Html Css Color HEX #DDAA5B Rob Roy

📋 copy color: '#DDAA5B'

red 221 ◦ green 170 ◦ blue 91

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

Shades of Rob Roy #DDAA5B

Tints of Rob Roy #DDAA5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.88%

R = 45.85%
G = 35.27%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DDAA5B (or 0xDDAA5B) is known color: Rob Roy. HEX triplet: DD, AA and 5B. RGB value is (221,170,91). Sum of RGB (Red+Green+Blue) = 221+170+91=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 91 (35.94% from 255 or 18.88% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAA5B is #2255A4. Grayscale: #B0B0B0. Windows color (decimal): -2250149 or 6007517. OLE color: 6007517.

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

Color convert

RGB 221 170 91 -
CMYK 0 0.23 0.59 0.13
HSL 36.46º 0.66% 0.61% -
HSV(B) 36.46º 0.59% 0.87% -
XYZ 46.08 44.88 16.13 -
YUV 176.24 79.9 159.92 -
System Red Green Blue C M Y K H S L
Decimal 221 170 91 0 0.23 0.59 0.13 36.46 0.66 0.61
Hex DD AA 5B 0 17 3B D 24 42 3D
Octal 335 252 133 0 27 73 15 44 102 75
Binary 11011101 10101010 1011011 0 10111 111011 1101 100100 1000010 111101

Color Harmonies of #DDAA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAA5B

Black with #DDAA5B

Text Example


Text Example

White with #DDAA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAA5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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