Html Css Color HEX #D8A24D Rob Roy

📋 copy color: '#D8A24D'

red 216 ◦ green 162 ◦ blue 77

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

Shades of Rob Roy #D8A24D

Tints of Rob Roy #D8A24D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.6%

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

R = 47.47%
G = 35.6%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D8A24D (or 0xD8A24D) is known color: Rob Roy. HEX triplet: D8, A2 and 4D. RGB value is (216,162,77). Sum of RGB (Red+Green+Blue) = 216+162+77=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 77 (30.47% from 255 or 16.92% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A24D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A24D is #275DB2. Grayscale: #A8A8A8. Windows color (decimal): -2579891 or 5087960. OLE color: 5087960.

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

Color convert

RGB 216 162 77 -
CMYK 0 0.25 0.64 0.15
HSL 36.69º 0.64% 0.57% -
HSV(B) 36.69º 0.64% 0.85% -
XYZ 42.58 40.98 12.69 -
YUV 168.46 76.39 161.91 -
System Red Green Blue C M Y K H S L
Decimal 216 162 77 0 0.25 0.64 0.15 36.69 0.64 0.57
Hex D8 A2 4D 0 19 40 F 25 40 39
Octal 330 242 115 0 31 100 17 45 100 71
Binary 11011000 10100010 1001101 0 11001 1000000 1111 100101 1000000 111001

Color Harmonies of #D8A24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A24D

Black with #D8A24D

Text Example


Text Example

White with #D8A24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A24D; }

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

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

background-color css

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

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

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

border-color css

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

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

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