Html Css Color HEX #D9AF50 Rob Roy

📋 copy color: '#D9AF50'

red 217 ◦ green 175 ◦ blue 80

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

Shades of Rob Roy #D9AF50

Tints of Rob Roy #D9AF50

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.08%

 BLUE value IS 80 (31.64% from 255) = 16.95%

R = 45.97%
G = 37.08%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D9AF50 (or 0xD9AF50) is known color: Rob Roy. HEX triplet: D9, AF and 50. RGB value is (217,175,80). Sum of RGB (Red+Green+Blue) = 217+175+80=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 80 (31.64% from 255 or 16.95% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AF50 is #2650AF. Grayscale: #B1B1B1. Windows color (decimal): -2511024 or 5287897. OLE color: 5287897.

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

Color convert

RGB 217 175 80 -
CMYK 0 0.19 0.63 0.15
HSL 41.61º 0.64% 0.58% -
HSV(B) 41.61º 0.63% 0.85% -
XYZ 45.39 45.99 14.07 -
YUV 176.73 73.41 156.72 -
System Red Green Blue C M Y K H S L
Decimal 217 175 80 0 0.19 0.63 0.15 41.61 0.64 0.58
Hex D9 AF 50 0 13 3F F 2A 40 3A
Octal 331 257 120 0 23 77 17 52 100 72
Binary 11011001 10101111 1010000 0 10011 111111 1111 101010 1000000 111010

Color Harmonies of #D9AF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AF50

Black with #D9AF50

Text Example


Text Example

White with #D9AF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AF50; }

 p { color: rgb(217,175,80); }

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

background-color css

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

 a { background-color: rgb(217,175,80); }

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

border-color css

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

 span { border-color: rgb(217,175,80); }

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