Html Css Color HEX #D9AC5B Rob Roy

📋 copy color: '#D9AC5B'

red 217 ◦ green 172 ◦ blue 91

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

Shades of Rob Roy #D9AC5B

Tints of Rob Roy #D9AC5B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.83%

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

R = 45.21%
G = 35.83%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9AC5B (or 0xD9AC5B) is known color: Rob Roy. HEX triplet: D9, AC and 5B. RGB value is (217,172,91). Sum of RGB (Red+Green+Blue) = 217+172+91=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 91 (35.94% from 255 or 18.96% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AC5B is #2653A4. Grayscale: #B0B0B0. Windows color (decimal): -2511781 or 6008025. OLE color: 6008025.

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

Color convert

RGB 217 172 91 -
CMYK 0 0.21 0.58 0.15
HSL 38.57º 0.62% 0.6% -
HSV(B) 38.57º 0.58% 0.85% -
XYZ 45.26 45.01 16.2 -
YUV 176.22 79.91 157.09 -
System Red Green Blue C M Y K H S L
Decimal 217 172 91 0 0.21 0.58 0.15 38.57 0.62 0.6
Hex D9 AC 5B 0 15 3A F 27 3E 3C
Octal 331 254 133 0 25 72 17 47 76 74
Binary 11011001 10101100 1011011 0 10101 111010 1111 100111 111110 111100

Color Harmonies of #D9AC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AC5B

Black with #D9AC5B

Text Example


Text Example

White with #D9AC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AC5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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