Html Css Color HEX #D9AD51 Rob Roy

📋 copy color: '#D9AD51'

red 217 ◦ green 173 ◦ blue 81

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

Shades of Rob Roy #D9AD51

Tints of Rob Roy #D9AD51

RGB

 RED value IS 217 (85.16% from 255) = 46.07%

 GREEN value IS 173 (67.97% from 255) = 36.73%

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

R = 46.07%
G = 36.73%
B = 17.2%

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

#D9AD51 (or 0xD9AD51) is known color: Rob Roy. HEX triplet: D9, AD and 51. RGB value is (217,173,81). Sum of RGB (Red+Green+Blue) = 217+173+81=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 81 (32.03% from 255 or 17.20% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AD51 is #2652AE. Grayscale: #B0B0B0. Windows color (decimal): -2511535 or 5352921. OLE color: 5352921.

HSL color Cylindrical-coordinate representation of color #D9AD51: hue angle of 40.59º 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 #D9AD51 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 173 81 -
CMYK 0 0.20 0.63 0.15
HSL 40.59º 0.64% 0.58% -
HSV(B) 40.59º 0.63% 0.85% -
XYZ 45.04 45.23 14.14 -
YUV 175.67 74.58 157.48 -
System Red Green Blue C M Y K H S L
Decimal 217 173 81 0 0.20 0.63 0.15 40.59 0.64 0.58
Hex D9 AD 51 0 14 3F F 29 40 3A
Octal 331 255 121 0 24 77 17 51 100 72
Binary 11011001 10101101 1010001 0 10100 111111 1111 101001 1000000 111010

Color Harmonies of #D9AD51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AD51

Black with #D9AD51

Text Example


Text Example

White with #D9AD51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AD51; }

 p { color: rgb(217,173,81); }

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

background-color css

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

 a { background-color: rgb(217,173,81); }

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

border-color css

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

 span { border-color: rgb(217,173,81); }

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