Html Css Color HEX #D9AC53 Rob Roy

📋 copy color: '#D9AC53'

red 217 ◦ green 172 ◦ blue 83

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

Shades of Rob Roy #D9AC53

Tints of Rob Roy #D9AC53

RGB

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

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

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

R = 45.97%
G = 36.44%
B = 17.58%

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

#D9AC53 (or 0xD9AC53) is known color: Rob Roy. HEX triplet: D9, AC and 53. RGB value is (217,172,83). Sum of RGB (Red+Green+Blue) = 217+172+83=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 83 (32.81% from 255 or 17.58% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AC53 is #2653AC. Grayscale: #AFAFAF. Windows color (decimal): -2511789 or 5483737. OLE color: 5483737.

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

Color convert

RGB 217 172 83 -
CMYK 0 0.21 0.62 0.15
HSL 39.85º 0.64% 0.59% -
HSV(B) 39.85º 0.62% 0.85% -
XYZ 44.93 44.88 14.48 -
YUV 175.31 75.91 157.74 -
System Red Green Blue C M Y K H S L
Decimal 217 172 83 0 0.21 0.62 0.15 39.85 0.64 0.59
Hex D9 AC 53 0 15 3E F 28 40 3B
Octal 331 254 123 0 25 76 17 50 100 73
Binary 11011001 10101100 1010011 0 10101 111110 1111 101000 1000000 111011

Color Harmonies of #D9AC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AC53

Black with #D9AC53

Text Example


Text Example

White with #D9AC53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AC53; }

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

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

background-color css

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

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

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

border-color css

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

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

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