Html Css Color HEX #D8AF4C Rob Roy

📋 copy color: '#D8AF4C'

red 216 ◦ green 175 ◦ blue 76

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

Shades of Rob Roy #D8AF4C

Tints of Rob Roy #D8AF4C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.47%

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

R = 46.25%
G = 37.47%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8AF4C (or 0xD8AF4C) is known color: Rob Roy. HEX triplet: D8, AF and 4C. RGB value is (216,175,76). Sum of RGB (Red+Green+Blue) = 216+175+76=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 76 (30.08% from 255 or 16.27% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AF4C is #2750B3. Grayscale: #B0B0B0. Windows color (decimal): -2576564 or 5025752. OLE color: 5025752.

HSL color Cylindrical-coordinate representation of color #D8AF4C: hue angle of 42.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 #D8AF4C is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 175 76 -
CMYK 0 0.19 0.65 0.15
HSL 42.43º 0.64% 0.57% -
HSV(B) 42.43º 0.65% 0.85% -
XYZ 44.95 45.78 13.3 -
YUV 175.97 71.58 156.55 -
System Red Green Blue C M Y K H S L
Decimal 216 175 76 0 0.19 0.65 0.15 42.43 0.64 0.57
Hex D8 AF 4C 0 13 41 F 2A 40 39
Octal 330 257 114 0 23 101 17 52 100 71
Binary 11011000 10101111 1001100 0 10011 1000001 1111 101010 1000000 111001

Color Harmonies of #D8AF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF4C

Black with #D8AF4C

Text Example


Text Example

White with #D8AF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AF4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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