Html Css Color HEX #D9AB4B Rob Roy

📋 copy color: '#D9AB4B'

red 217 ◦ green 171 ◦ blue 75

#D9AB4B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rob Roy #D9AB4B

Tints of Rob Roy #D9AB4B

RGB

 RED value IS 217 (85.16% from 255) = 46.87%

 GREEN value IS 171 (67.19% from 255) = 36.93%

 BLUE value IS 75 (29.69% from 255) = 16.2%

R = 46.87%
G = 36.93%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9AB4B (or 0xD9AB4B) is known color: Rob Roy. HEX triplet: D9, AB and 4B. RGB value is (217,171,75). Sum of RGB (Red+Green+Blue) = 217+171+75=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 75 (29.69% from 255 or 16.20% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AB4B is #2654B4. Grayscale: #AEAEAE. Windows color (decimal): -2512053 or 4959193. OLE color: 4959193.

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

Color convert

RGB 217 171 75 -
CMYK 0 0.21 0.65 0.15
HSL 40.56º 0.65% 0.57% -
HSV(B) 40.56º 0.65% 0.85% -
XYZ 44.45 44.39 12.88 -
YUV 173.81 72.24 158.81 -
System Red Green Blue C M Y K H S L
Decimal 217 171 75 0 0.21 0.65 0.15 40.56 0.65 0.57
Hex D9 AB 4B 0 15 41 F 29 41 39
Octal 331 253 113 0 25 101 17 51 101 71
Binary 11011001 10101011 1001011 0 10101 1000001 1111 101001 1000001 111001

Color Harmonies of #D9AB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AB4B

Black with #D9AB4B

Text Example


Text Example

White with #D9AB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AB4B; }

 p { color: rgb(217,171,75); }

 H1.HeaderClassName
 {
   color: #D9AB4B;
 }
 .AnyTagClassName
 {
   color: #D9AB4B;
 }
</style>

background-color css

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

 a { background-color: rgb(217,171,75); }

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

border-color css

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

 span { border-color: rgb(217,171,75); }

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