Html Css Color HEX #D8AE56 Rob Roy

📋 copy color: '#D8AE56'

red 216 ◦ green 174 ◦ blue 86

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

Shades of Rob Roy #D8AE56

Tints of Rob Roy #D8AE56

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.55%

 BLUE value IS 86 (33.98% from 255) = 18.07%

R = 45.38%
G = 36.55%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D8AE56 (or 0xD8AE56) is known color: Rob Roy. HEX triplet: D8, AE and 56. RGB value is (216,174,86). Sum of RGB (Red+Green+Blue) = 216+174+86=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 86 (33.98% from 255 or 18.07% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AE56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AE56 is #2751A9. Grayscale: #B0B0B0. Windows color (decimal): -2576810 or 5680856. OLE color: 5680856.

HSL color Cylindrical-coordinate representation of color #D8AE56: hue angle of 40.62º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D8AE56 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 174 86 -
CMYK 0 0.19 0.60 0.15
HSL 40.62º 0.63% 0.59% -
HSV(B) 40.62º 0.6% 0.85% -
XYZ 45.13 45.54 15.22 -
YUV 176.53 76.91 156.16 -
System Red Green Blue C M Y K H S L
Decimal 216 174 86 0 0.19 0.60 0.15 40.62 0.63 0.59
Hex D8 AE 56 0 13 3C F 29 3E 3B
Octal 330 256 126 0 23 74 17 51 76 73
Binary 11011000 10101110 1010110 0 10011 111100 1111 101001 111110 111011

Color Harmonies of #D8AE56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AE56

Black with #D8AE56

Text Example


Text Example

White with #D8AE56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AE56; }

 p { color: rgb(216,174,86); }

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

background-color css

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

 a { background-color: rgb(216,174,86); }

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

border-color css

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

 span { border-color: rgb(216,174,86); }

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