Html Css Color HEX #D8AD4C Rob Roy

📋 copy color: '#D8AD4C'

red 216 ◦ green 173 ◦ blue 76

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

Shades of Rob Roy #D8AD4C

Tints of Rob Roy #D8AD4C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.2%

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

R = 46.45%
G = 37.2%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8AD4C (or 0xD8AD4C) is known color: Rob Roy. HEX triplet: D8, AD and 4C. RGB value is (216,173,76). Sum of RGB (Red+Green+Blue) = 216+173+76=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 76 (30.08% from 255 or 16.34% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AD4C is #2752B3. Grayscale: #AFAFAF. Windows color (decimal): -2577076 or 5025240. OLE color: 5025240.

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

Color convert

RGB 216 173 76 -
CMYK 0 0.20 0.65 0.15
HSL 41.57º 0.64% 0.57% -
HSV(B) 41.57º 0.65% 0.85% -
XYZ 44.57 45.01 13.18 -
YUV 174.8 72.25 157.39 -
System Red Green Blue C M Y K H S L
Decimal 216 173 76 0 0.20 0.65 0.15 41.57 0.64 0.57
Hex D8 AD 4C 0 14 41 F 2A 40 39
Octal 330 255 114 0 24 101 17 52 100 71
Binary 11011000 10101101 1001100 0 10100 1000001 1111 101010 1000000 111001

Color Harmonies of #D8AD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AD4C

Black with #D8AD4C

Text Example


Text Example

White with #D8AD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AD4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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