Html Css Color HEX #D9AB53 Rob Roy

📋 copy color: '#D9AB53'

red 217 ◦ green 171 ◦ blue 83

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

Shades of Rob Roy #D9AB53

Tints of Rob Roy #D9AB53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.62%

R = 46.07%
G = 36.31%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D9AB53 (or 0xD9AB53) is known color: Rob Roy. HEX triplet: D9, AB and 53. RGB value is (217,171,83). Sum of RGB (Red+Green+Blue) = 217+171+83=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 83 (32.81% from 255 or 17.62% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AB53 is #2654AC. Grayscale: #AFAFAF. Windows color (decimal): -2512045 or 5483481. OLE color: 5483481.

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

Color convert

RGB 217 171 83 -
CMYK 0 0.21 0.62 0.15
HSL 39.4º 0.64% 0.59% -
HSV(B) 39.4º 0.62% 0.85% -
XYZ 44.74 44.5 14.42 -
YUV 174.72 76.24 158.16 -
System Red Green Blue C M Y K H S L
Decimal 217 171 83 0 0.21 0.62 0.15 39.4 0.64 0.59
Hex D9 AB 53 0 15 3E F 27 40 3B
Octal 331 253 123 0 25 76 17 47 100 73
Binary 11011001 10101011 1010011 0 10101 111110 1111 100111 1000000 111011

Color Harmonies of #D9AB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AB53

Black with #D9AB53

Text Example


Text Example

White with #D9AB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AB53; }

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

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

background-color css

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

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

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

border-color css

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

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

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