Html Css Color HEX #D9A450 Rob Roy

📋 copy color: '#D9A450'

red 217 ◦ green 164 ◦ blue 80

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

Shades of Rob Roy #D9A450

Tints of Rob Roy #D9A450

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.57%

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

R = 47.07%
G = 35.57%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D9A450 (or 0xD9A450) is known color: Rob Roy. HEX triplet: D9, A4 and 50. RGB value is (217,164,80). Sum of RGB (Red+Green+Blue) = 217+164+80=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 80 (31.64% from 255 or 17.35% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A450 is #265BAF. Grayscale: #AAAAAA. Windows color (decimal): -2513840 or 5285081. OLE color: 5285081.

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

Color convert

RGB 217 164 80 -
CMYK 0 0.24 0.63 0.15
HSL 36.79º 0.64% 0.58% -
HSV(B) 36.79º 0.63% 0.85% -
XYZ 43.34 41.88 13.39 -
YUV 170.27 77.06 161.33 -
System Red Green Blue C M Y K H S L
Decimal 217 164 80 0 0.24 0.63 0.15 36.79 0.64 0.58
Hex D9 A4 50 0 18 3F F 25 40 3A
Octal 331 244 120 0 30 77 17 45 100 72
Binary 11011001 10100100 1010000 0 11000 111111 1111 100101 1000000 111010

Color Harmonies of #D9A450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A450

Black with #D9A450

Text Example


Text Example

White with #D9A450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A450; }

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

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

background-color css

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

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

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

border-color css

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

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

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