Html Css Color HEX #D8A44D Rob Roy

📋 copy color: '#D8A44D'

red 216 ◦ green 164 ◦ blue 77

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

Shades of Rob Roy #D8A44D

Tints of Rob Roy #D8A44D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.85%

R = 47.26%
G = 35.89%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D8A44D (or 0xD8A44D) is known color: Rob Roy. HEX triplet: D8, A4 and 4D. RGB value is (216,164,77). Sum of RGB (Red+Green+Blue) = 216+164+77=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 77 (30.47% from 255 or 16.85% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A44D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A44D is #275BB2. Grayscale: #AAAAAA. Windows color (decimal): -2579379 or 5088472. OLE color: 5088472.

HSL color Cylindrical-coordinate representation of color #D8A44D: hue angle of 37.55º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D8A44D is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 164 77 -
CMYK 0 0.24 0.64 0.15
HSL 37.55º 0.64% 0.57% -
HSV(B) 37.55º 0.64% 0.85% -
XYZ 42.93 41.69 12.8 -
YUV 169.63 75.73 161.07 -
System Red Green Blue C M Y K H S L
Decimal 216 164 77 0 0.24 0.64 0.15 37.55 0.64 0.57
Hex D8 A4 4D 0 18 40 F 26 40 39
Octal 330 244 115 0 30 100 17 46 100 71
Binary 11011000 10100100 1001101 0 11000 1000000 1111 100110 1000000 111001

Color Harmonies of #D8A44D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A44D

Black with #D8A44D

Text Example


Text Example

White with #D8A44D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A44D; }

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

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

background-color css

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

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

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

border-color css

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

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

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