Html Css Color HEX #D9AB54 Rob Roy

📋 copy color: '#D9AB54'

red 217 ◦ green 171 ◦ blue 84

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

Shades of Rob Roy #D9AB54

Tints of Rob Roy #D9AB54

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.23%

 BLUE value IS 84 (33.2% from 255) = 17.8%

R = 45.97%
G = 36.23%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D9AB54 (or 0xD9AB54) is known color: Rob Roy. HEX triplet: D9, AB and 54. RGB value is (217,171,84). Sum of RGB (Red+Green+Blue) = 217+171+84=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 84 (33.20% from 255 or 17.80% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AB54 is #2654AB. Grayscale: #AFAFAF. Windows color (decimal): -2512044 or 5549017. OLE color: 5549017.

HSL color Cylindrical-coordinate representation of color #D9AB54: hue angle of 39.25º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D9AB54 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 171 84 -
CMYK 0 0.21 0.61 0.15
HSL 39.25º 0.64% 0.59% -
HSV(B) 39.25º 0.61% 0.85% -
XYZ 44.78 44.52 14.62 -
YUV 174.84 76.74 158.07 -
System Red Green Blue C M Y K H S L
Decimal 217 171 84 0 0.21 0.61 0.15 39.25 0.64 0.59
Hex D9 AB 54 0 15 3D F 27 40 3B
Octal 331 253 124 0 25 75 17 47 100 73
Binary 11011001 10101011 1010100 0 10101 111101 1111 100111 1000000 111011

Color Harmonies of #D9AB54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AB54

Black with #D9AB54

Text Example


Text Example

White with #D9AB54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AB54; }

 p { color: rgb(217,171,84); }

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

background-color css

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

 a { background-color: rgb(217,171,84); }

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

border-color css

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

 span { border-color: rgb(217,171,84); }

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