Html Css Color HEX #DDAA55 Rob Roy

📋 copy color: '#DDAA55'

red 221 ◦ green 170 ◦ blue 85

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

Shades of Rob Roy #DDAA55

Tints of Rob Roy #DDAA55

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.71%

 BLUE value IS 85 (33.59% from 255) = 17.86%

R = 46.43%
G = 35.71%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDAA55 (or 0xDDAA55) is known color: Rob Roy. HEX triplet: DD, AA and 55. RGB value is (221,170,85). Sum of RGB (Red+Green+Blue) = 221+170+85=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 85 (33.59% from 255 or 17.86% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAA55 is #2255AA. Grayscale: #AFAFAF. Windows color (decimal): -2250155 or 5614301. OLE color: 5614301.

HSL color Cylindrical-coordinate representation of color #DDAA55: hue angle of 37.5º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDAA55 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 170 85 -
CMYK 0 0.23 0.62 0.13
HSL 37.5º 0.67% 0.6% -
HSV(B) 37.5º 0.62% 0.87% -
XYZ 45.83 44.78 14.82 -
YUV 175.56 76.9 160.41 -
System Red Green Blue C M Y K H S L
Decimal 221 170 85 0 0.23 0.62 0.13 37.5 0.67 0.6
Hex DD AA 55 0 17 3E D 26 43 3C
Octal 335 252 125 0 27 76 15 46 103 74
Binary 11011101 10101010 1010101 0 10111 111110 1101 100110 1000011 111100

Color Harmonies of #DDAA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAA55

Black with #DDAA55

Text Example


Text Example

White with #DDAA55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAA55; }

 p { color: rgb(221,170,85); }

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

background-color css

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

 a { background-color: rgb(221,170,85); }

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

border-color css

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

 span { border-color: rgb(221,170,85); }

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