Html Css Color HEX #D8AC4F Rob Roy

📋 copy color: '#D8AC4F'

red 216 ◦ green 172 ◦ blue 79

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

Shades of Rob Roy #D8AC4F

Tints of Rob Roy #D8AC4F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.83%

 BLUE value IS 79 (31.25% from 255) = 16.92%

R = 46.25%
G = 36.83%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D8AC4F (or 0xD8AC4F) is known color: Rob Roy. HEX triplet: D8, AC and 4F. RGB value is (216,172,79). Sum of RGB (Red+Green+Blue) = 216+172+79=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 79 (31.25% from 255 or 16.92% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AC4F is #2753B0. Grayscale: #AEAEAE. Windows color (decimal): -2577329 or 5221592. OLE color: 5221592.

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

Color convert

RGB 216 172 79 -
CMYK 0 0.20 0.63 0.15
HSL 40.73º 0.64% 0.58% -
HSV(B) 40.73º 0.63% 0.85% -
XYZ 44.48 44.67 13.67 -
YUV 174.55 74.08 157.56 -
System Red Green Blue C M Y K H S L
Decimal 216 172 79 0 0.20 0.63 0.15 40.73 0.64 0.58
Hex D8 AC 4F 0 14 3F F 29 40 3A
Octal 330 254 117 0 24 77 17 51 100 72
Binary 11011000 10101100 1001111 0 10100 111111 1111 101001 1000000 111010

Color Harmonies of #D8AC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AC4F

Black with #D8AC4F

Text Example


Text Example

White with #D8AC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AC4F; }

 p { color: rgb(216,172,79); }

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

background-color css

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

 a { background-color: rgb(216,172,79); }

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

border-color css

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

 span { border-color: rgb(216,172,79); }

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