Html Css Color HEX #D8AB4F Rob Roy

📋 copy color: '#D8AB4F'

red 216 ◦ green 171 ◦ blue 79

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

Shades of Rob Roy #D8AB4F

Tints of Rob Roy #D8AB4F

RGB

 RED value IS 216 (84.77% from 255) = 46.35%

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

 BLUE value IS 79 (31.25% from 255) = 16.95%

R = 46.35%
G = 36.7%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D8AB4F (or 0xD8AB4F) is known color: Rob Roy. HEX triplet: D8, AB and 4F. RGB value is (216,171,79). Sum of RGB (Red+Green+Blue) = 216+171+79=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 79 (31.25% from 255 or 16.95% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AB4F is #2754B0. Grayscale: #AEAEAE. Windows color (decimal): -2577585 or 5221336. OLE color: 5221336.

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

Color convert

RGB 216 171 79 -
CMYK 0 0.21 0.63 0.15
HSL 40.29º 0.64% 0.58% -
HSV(B) 40.29º 0.63% 0.85% -
XYZ 44.29 44.29 13.61 -
YUV 173.97 74.41 157.98 -
System Red Green Blue C M Y K H S L
Decimal 216 171 79 0 0.21 0.63 0.15 40.29 0.64 0.58
Hex D8 AB 4F 0 15 3F F 28 40 3A
Octal 330 253 117 0 25 77 17 50 100 72
Binary 11011000 10101011 1001111 0 10101 111111 1111 101000 1000000 111010

Color Harmonies of #D8AB4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AB4F

Black with #D8AB4F

Text Example


Text Example

White with #D8AB4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AB4F; }

 p { color: rgb(216,171,79); }

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

background-color css

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

 a { background-color: rgb(216,171,79); }

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

border-color css

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

 span { border-color: rgb(216,171,79); }

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