Html Css Color HEX #D8AB4C Rob Roy

📋 copy color: '#D8AB4C'

red 216 ◦ green 171 ◦ blue 76

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

Shades of Rob Roy #D8AB4C

Tints of Rob Roy #D8AB4C

RGB

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

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

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

R = 46.65%
G = 36.93%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8AB4C (or 0xD8AB4C) is known color: Rob Roy. HEX triplet: D8, AB and 4C. RGB value is (216,171,76). Sum of RGB (Red+Green+Blue) = 216+171+76=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 76 (30.08% from 255 or 16.41% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AB4C is #2754B3. Grayscale: #AEAEAE. Windows color (decimal): -2577588 or 5024728. OLE color: 5024728.

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

Color convert

RGB 216 171 76 -
CMYK 0 0.21 0.65 0.15
HSL 40.71º 0.64% 0.57% -
HSV(B) 40.71º 0.65% 0.85% -
XYZ 44.19 44.25 13.05 -
YUV 173.63 72.91 158.22 -
System Red Green Blue C M Y K H S L
Decimal 216 171 76 0 0.21 0.65 0.15 40.71 0.64 0.57
Hex D8 AB 4C 0 15 41 F 29 40 39
Octal 330 253 114 0 25 101 17 51 100 71
Binary 11011000 10101011 1001100 0 10101 1000001 1111 101001 1000000 111001

Color Harmonies of #D8AB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AB4C

Black with #D8AB4C

Text Example


Text Example

White with #D8AB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AB4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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