Html Css Color HEX #D8AE52 Rob Roy

📋 copy color: '#D8AE52'

red 216 ◦ green 174 ◦ blue 82

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

Shades of Rob Roy #D8AE52

Tints of Rob Roy #D8AE52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.37%

R = 45.76%
G = 36.86%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D8AE52 (or 0xD8AE52) is known color: Rob Roy. HEX triplet: D8, AE and 52. RGB value is (216,174,82). Sum of RGB (Red+Green+Blue) = 216+174+82=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 82 (32.42% from 255 or 17.37% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AE52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AE52 is #2751AD. Grayscale: #B0B0B0. Windows color (decimal): -2576814 or 5418712. OLE color: 5418712.

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

Color convert

RGB 216 174 82 -
CMYK 0 0.19 0.62 0.15
HSL 41.19º 0.63% 0.58% -
HSV(B) 41.19º 0.62% 0.85% -
XYZ 44.98 45.48 14.39 -
YUV 176.07 74.91 156.48 -
System Red Green Blue C M Y K H S L
Decimal 216 174 82 0 0.19 0.62 0.15 41.19 0.63 0.58
Hex D8 AE 52 0 13 3E F 29 3F 3A
Octal 330 256 122 0 23 76 17 51 77 72
Binary 11011000 10101110 1010010 0 10011 111110 1111 101001 111111 111010

Color Harmonies of #D8AE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AE52

Black with #D8AE52

Text Example


Text Example

White with #D8AE52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AE52; }

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

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

background-color css

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

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

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

border-color css

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

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

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