Html Css Color HEX #DDA859 Rob Roy

📋 copy color: '#DDA859'

red 221 ◦ green 168 ◦ blue 89

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

Shades of Rob Roy #DDA859

Tints of Rob Roy #DDA859

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.15%

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

R = 46.23%
G = 35.15%
B = 18.62%

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

#DDA859 (or 0xDDA859) is known color: Rob Roy. HEX triplet: DD, A8 and 59. RGB value is (221,168,89). Sum of RGB (Red+Green+Blue) = 221+168+89=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 89 (35.16% from 255 or 18.62% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA859 is #2257A6. Grayscale: #AFAFAF. Windows color (decimal): -2250663 or 5875933. OLE color: 5875933.

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

Color convert

RGB 221 168 89 -
CMYK 0 0.24 0.60 0.13
HSL 35.91º 0.66% 0.61% -
HSV(B) 35.91º 0.6% 0.87% -
XYZ 45.62 44.1 15.56 -
YUV 174.84 79.56 160.92 -
System Red Green Blue C M Y K H S L
Decimal 221 168 89 0 0.24 0.60 0.13 35.91 0.66 0.61
Hex DD A8 59 0 18 3C D 24 42 3D
Octal 335 250 131 0 30 74 15 44 102 75
Binary 11011101 10101000 1011001 0 11000 111100 1101 100100 1000010 111101

Color Harmonies of #DDA859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA859

Black with #DDA859

Text Example


Text Example

White with #DDA859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA859; }

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

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

background-color css

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

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

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

border-color css

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

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

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