Html Css Color HEX #D4AE51 Rob Roy

📋 copy color: '#D4AE51'

red 212 ◦ green 174 ◦ blue 81

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

Shades of Rob Roy #D4AE51

Tints of Rob Roy #D4AE51

RGB

 RED value IS 212 (83.2% from 255) = 45.4%

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

 BLUE value IS 81 (32.03% from 255) = 17.34%

R = 45.4%
G = 37.26%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D4AE51 (or 0xD4AE51) is known color: Rob Roy. HEX triplet: D4, AE and 51. RGB value is (212,174,81). Sum of RGB (Red+Green+Blue) = 212+174+81=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 81 (32.03% from 255 or 17.34% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AE51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AE51 is #2B51AE. Grayscale: #AFAFAF. Windows color (decimal): -2838959 or 5353172. OLE color: 5353172.

HSL color Cylindrical-coordinate representation of color #D4AE51: hue angle of 42.6º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D4AE51 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 174 81 -
CMYK 0 0.18 0.62 0.17
HSL 42.6º 0.6% 0.57% -
HSV(B) 42.6º 0.62% 0.83% -
XYZ 43.77 44.86 14.14 -
YUV 174.76 75.09 154.56 -
System Red Green Blue C M Y K H S L
Decimal 212 174 81 0 0.18 0.62 0.17 42.6 0.6 0.57
Hex D4 AE 51 0 12 3E 11 2B 3C 39
Octal 324 256 121 0 22 76 21 53 74 71
Binary 11010100 10101110 1010001 0 10010 111110 10001 101011 111100 111001

Color Harmonies of #D4AE51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AE51

Black with #D4AE51

Text Example


Text Example

White with #D4AE51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AE51; }

 p { color: rgb(212,174,81); }

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

background-color css

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

 a { background-color: rgb(212,174,81); }

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

border-color css

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

 span { border-color: rgb(212,174,81); }

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