Html Css Color HEX #DDAA5C Rob Roy

📋 copy color: '#DDAA5C'

red 221 ◦ green 170 ◦ blue 92

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

Shades of Rob Roy #DDAA5C

Tints of Rob Roy #DDAA5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.05%

R = 45.76%
G = 35.2%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DDAA5C (or 0xDDAA5C) is known color: Rob Roy. HEX triplet: DD, AA and 5C. RGB value is (221,170,92). Sum of RGB (Red+Green+Blue) = 221+170+92=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 92 (36.33% from 255 or 19.05% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAA5C is #2255A3. Grayscale: #B0B0B0. Windows color (decimal): -2250148 or 6073053. OLE color: 6073053.

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

Color convert

RGB 221 170 92 -
CMYK 0 0.23 0.58 0.13
HSL 36.28º 0.65% 0.61% -
HSV(B) 36.28º 0.58% 0.87% -
XYZ 46.13 44.89 16.36 -
YUV 176.36 80.4 159.84 -
System Red Green Blue C M Y K H S L
Decimal 221 170 92 0 0.23 0.58 0.13 36.28 0.65 0.61
Hex DD AA 5C 0 17 3A D 24 41 3D
Octal 335 252 134 0 27 72 15 44 101 75
Binary 11011101 10101010 1011100 0 10111 111010 1101 100100 1000001 111101

Color Harmonies of #DDAA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAA5C

Black with #DDAA5C

Text Example


Text Example

White with #DDAA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAA5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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