Html Css Color HEX #D2AF51 Rob Roy

📋 copy color: '#D2AF51'

red 210 ◦ green 175 ◦ blue 81

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

Shades of Rob Roy #D2AF51

Tints of Rob Roy #D2AF51

RGB

 RED value IS 210 (82.42% from 255) = 45.06%

 GREEN value IS 175 (68.75% from 255) = 37.55%

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

R = 45.06%
G = 37.55%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D2AF51 (or 0xD2AF51) is known color: Rob Roy. HEX triplet: D2, AF and 51. RGB value is (210,175,81). Sum of RGB (Red+Green+Blue) = 210+175+81=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 81 (32.03% from 255 or 17.38% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AF51 is #2D50AE. Grayscale: #AFAFAF. Windows color (decimal): -2969775 or 5353426. OLE color: 5353426.

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

Color convert

RGB 210 175 81 -
CMYK 0 0.17 0.61 0.18
HSL 43.72º 0.59% 0.57% -
HSV(B) 43.72º 0.61% 0.82% -
XYZ 43.39 44.96 14.17 -
YUV 174.75 75.1 153.14 -
System Red Green Blue C M Y K H S L
Decimal 210 175 81 0 0.17 0.61 0.18 43.72 0.59 0.57
Hex D2 AF 51 0 11 3D 12 2C 3B 39
Octal 322 257 121 0 21 75 22 54 73 71
Binary 11010010 10101111 1010001 0 10001 111101 10010 101100 111011 111001

Color Harmonies of #D2AF51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AF51

Black with #D2AF51

Text Example


Text Example

White with #D2AF51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AF51; }

 p { color: rgb(210,175,81); }

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

background-color css

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

 a { background-color: rgb(210,175,81); }

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

border-color css

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

 span { border-color: rgb(210,175,81); }

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