#DAB14B

Color #DAB14B Rob Roy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rob Roy #DAB14B

Tints of Rob Roy #DAB14B

Color information

#DAB14B (or 0xDAB14B) is unknown color: approx Rob Roy. HEX triplet: DA, B1 and 4B. RGB value is (218,177,75). Sum of RGB (Red+Green+Blue) = 218+177+75=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 177 (69.53% from 255 or 37.66% from 470); Blue value is 75 (29.69% from 255 or 15.96% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB14B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB14B is #254EB4. Grayscale: #B2B2B2. Windows color (decimal): -2444981 or 4960730. OLE color: 4960730.

HSL color Cylindrical-coordinate representation of color #DAB14B: hue angle of 42.8º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DAB14B is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB21817775-
CMYK00.190.660.15
HSL42.8º65.9%57.45%-
HSV(B)42.8º65.6%85.49%-
XYZ45.9146.8613.28-
YUV177.6370.08156.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 46.38%
GREEN value IS 177 (69.53% from 255) = 37.66%
BLUE value IS 75 (29.69% from 255) = 15.96%
R=46.38%
G=37.66%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181777500.190.660.1542.865.957.45
HexDAB14B01342F2b4239
Octal332261113023102175310271
Binary11011010101100011001011010011100001011111010111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB14B; }

 p { color: rgb(218,177,75); }

 H1.HeaderClassName
 {
   color: #DAB14B;
 }
 .AnyTagClassName
 {
   color: #DAB14B;
 }
</style>
background-color css

<style>
 a { background-color: #DAB14B; }

 a { background-color: rgb(218,177,75); }

 div.DivClassName
 {
   background-color: #DAB14B;
 }
 .BgClassName
 {
   background-color: #DAB14B;
 }
</style>
border-color css

<style>
 span { border-color: #DAB14B; }

 span { border-color: rgb(218,177,75); }

 td.TdClassName
 {
   border-color: #DAB14B;
 }
 .TagClassName
 {
   border-color: #DAB14B;
 }
</style>