Html Css Color HEX #D8A84F Rob Roy

📋 copy color: '#D8A84F'

red 216 ◦ green 168 ◦ blue 79

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

Shades of Rob Roy #D8A84F

Tints of Rob Roy #D8A84F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.29%

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

R = 46.65%
G = 36.29%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D8A84F (or 0xD8A84F) is known color: Rob Roy. HEX triplet: D8, A8 and 4F. RGB value is (216,168,79). Sum of RGB (Red+Green+Blue) = 216+168+79=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 79 (31.25% from 255 or 17.06% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A84F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A84F is #2757B0. Grayscale: #ACACAC. Windows color (decimal): -2578353 or 5220568. OLE color: 5220568.

HSL color Cylindrical-coordinate representation of color #D8A84F: hue angle of 38.98º 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 #D8A84F is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 168 79 -
CMYK 0 0.22 0.63 0.15
HSL 38.98º 0.64% 0.58% -
HSV(B) 38.98º 0.63% 0.85% -
XYZ 43.73 43.17 13.42 -
YUV 172.21 75.4 159.24 -
System Red Green Blue C M Y K H S L
Decimal 216 168 79 0 0.22 0.63 0.15 38.98 0.64 0.58
Hex D8 A8 4F 0 16 3F F 27 40 3A
Octal 330 250 117 0 26 77 17 47 100 72
Binary 11011000 10101000 1001111 0 10110 111111 1111 100111 1000000 111010

Color Harmonies of #D8A84F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A84F

Black with #D8A84F

Text Example


Text Example

White with #D8A84F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A84F; }

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

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

background-color css

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

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

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

border-color css

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

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

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