Html Css Color HEX #D8A44C Rob Roy

📋 copy color: '#D8A44C'

red 216 ◦ green 164 ◦ blue 76

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

Shades of Rob Roy #D8A44C

Tints of Rob Roy #D8A44C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.96%

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

R = 47.37%
G = 35.96%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8A44C (or 0xD8A44C) is known color: Rob Roy. HEX triplet: D8, A4 and 4C. RGB value is (216,164,76). Sum of RGB (Red+Green+Blue) = 216+164+76=456 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.37% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 76 (30.08% from 255 or 16.67% from 456); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A44C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A44C is #275BB3. Grayscale: #A9A9A9. Windows color (decimal): -2579380 or 5022936. OLE color: 5022936.

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

Color convert

RGB 216 164 76 -
CMYK 0 0.24 0.65 0.15
HSL 37.71º 0.64% 0.57% -
HSV(B) 37.71º 0.65% 0.85% -
XYZ 42.9 41.67 12.62 -
YUV 169.52 75.23 161.16 -
System Red Green Blue C M Y K H S L
Decimal 216 164 76 0 0.24 0.65 0.15 37.71 0.64 0.57
Hex D8 A4 4C 0 18 41 F 26 40 39
Octal 330 244 114 0 30 101 17 46 100 71
Binary 11011000 10100100 1001100 0 11000 1000001 1111 100110 1000000 111001

Color Harmonies of #D8A44C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A44C

Black with #D8A44C

Text Example


Text Example

White with #D8A44C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A44C; }

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

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

background-color css

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

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

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

border-color css

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

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

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