Html Css Color HEX #D8A84C Rob Roy

📋 copy color: '#D8A84C'

red 216 ◦ green 168 ◦ blue 76

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

Shades of Rob Roy #D8A84C

Tints of Rob Roy #D8A84C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.52%

R = 46.96%
G = 36.52%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8A84C (or 0xD8A84C) is known color: Rob Roy. HEX triplet: D8, A8 and 4C. RGB value is (216,168,76). Sum of RGB (Red+Green+Blue) = 216+168+76=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 76 (30.08% from 255 or 16.52% from 460); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A84C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A84C is #2757B3. Grayscale: #ACACAC. Windows color (decimal): -2578356 or 5023960. OLE color: 5023960.

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

Color convert

RGB 216 168 76 -
CMYK 0 0.22 0.65 0.15
HSL 39.43º 0.64% 0.57% -
HSV(B) 39.43º 0.65% 0.85% -
XYZ 43.63 43.13 12.86 -
YUV 171.86 73.9 159.48 -
System Red Green Blue C M Y K H S L
Decimal 216 168 76 0 0.22 0.65 0.15 39.43 0.64 0.57
Hex D8 A8 4C 0 16 41 F 27 40 39
Octal 330 250 114 0 26 101 17 47 100 71
Binary 11011000 10101000 1001100 0 10110 1000001 1111 100111 1000000 111001

Color Harmonies of #D8A84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A84C

Black with #D8A84C

Text Example


Text Example

White with #D8A84C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A84C; }

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

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

background-color css

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

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

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

border-color css

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

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

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