Html Css Color HEX #D9AD5B Rob Roy

📋 copy color: '#D9AD5B'

red 217 ◦ green 173 ◦ blue 91

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

Shades of Rob Roy #D9AD5B

Tints of Rob Roy #D9AD5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.92%

R = 45.11%
G = 35.97%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9AD5B (or 0xD9AD5B) is known color: Rob Roy. HEX triplet: D9, AD and 5B. RGB value is (217,173,91). Sum of RGB (Red+Green+Blue) = 217+173+91=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 91 (35.94% from 255 or 18.92% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AD5B is #2652A4. Grayscale: #B1B1B1. Windows color (decimal): -2511525 or 6008281. OLE color: 6008281.

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

Color convert

RGB 217 173 91 -
CMYK 0 0.20 0.58 0.15
HSL 39.05º 0.62% 0.6% -
HSV(B) 39.05º 0.58% 0.85% -
XYZ 45.45 45.39 16.26 -
YUV 176.81 79.58 156.67 -
System Red Green Blue C M Y K H S L
Decimal 217 173 91 0 0.20 0.58 0.15 39.05 0.62 0.6
Hex D9 AD 5B 0 14 3A F 27 3E 3C
Octal 331 255 133 0 24 72 17 47 76 74
Binary 11011001 10101101 1011011 0 10100 111010 1111 100111 111110 111100

Color Harmonies of #D9AD5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AD5B

Black with #D9AD5B

Text Example


Text Example

White with #D9AD5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AD5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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