Html Css Color HEX #DDA959 Rob Roy

📋 copy color: '#DDA959'

red 221 ◦ green 169 ◦ blue 89

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

Shades of Rob Roy #DDA959

Tints of Rob Roy #DDA959

RGB

 RED value IS 221 (86.72% from 255) = 46.14%

 GREEN value IS 169 (66.41% from 255) = 35.28%

 BLUE value IS 89 (35.16% from 255) = 18.58%

R = 46.14%
G = 35.28%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DDA959 (or 0xDDA959) is known color: Rob Roy. HEX triplet: DD, A9 and 59. RGB value is (221,169,89). Sum of RGB (Red+Green+Blue) = 221+169+89=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 89 (35.16% from 255 or 18.58% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA959 is #2256A6. Grayscale: #AFAFAF. Windows color (decimal): -2250407 or 5876189. OLE color: 5876189.

HSL color Cylindrical-coordinate representation of color #DDA959: hue angle of 36.36º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDA959 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 169 89 -
CMYK 0 0.24 0.60 0.13
HSL 36.36º 0.66% 0.61% -
HSV(B) 36.36º 0.6% 0.87% -
XYZ 45.81 44.47 15.62 -
YUV 175.43 79.23 160.5 -
System Red Green Blue C M Y K H S L
Decimal 221 169 89 0 0.24 0.60 0.13 36.36 0.66 0.61
Hex DD A9 59 0 18 3C D 24 42 3D
Octal 335 251 131 0 30 74 15 44 102 75
Binary 11011101 10101001 1011001 0 11000 111100 1101 100100 1000010 111101

Color Harmonies of #DDA959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA959

Black with #DDA959

Text Example


Text Example

White with #DDA959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA959; }

 p { color: rgb(221,169,89); }

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

background-color css

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

 a { background-color: rgb(221,169,89); }

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

border-color css

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

 span { border-color: rgb(221,169,89); }

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