Html Css Color HEX #DDA29C Rose

📋 copy color: '#DDA29C'

red 221 ◦ green 162 ◦ blue 156

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

Shades of Rose #DDA29C

Tints of Rose #DDA29C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.06%

 BLUE value IS 156 (61.33% from 255) = 28.94%

R = 41%
G = 30.06%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DDA29C (or 0xDDA29C) is known color: Rose. HEX triplet: DD, A2 and 9C. RGB value is (221,162,156). Sum of RGB (Red+Green+Blue) = 221+162+156=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 162 (63.67% from 255 or 30.06% from 539); Blue value is 156 (61.33% from 255 or 28.94% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA29C is #225D63. Grayscale: #B3B3B3. Windows color (decimal): -2252132 or 10265309. OLE color: 10265309.

HSL color Cylindrical-coordinate representation of color #DDA29C: hue angle of 5.54º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDA29C is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 162 156 -
CMYK 0 0.27 0.29 0.13
HSL 5.54º 0.49% 0.74% -
HSV(B) 5.54º 0.29% 0.87% -
XYZ 48.74 43.61 37.3 -
YUV 178.96 115.05 157.99 -
System Red Green Blue C M Y K H S L
Decimal 221 162 156 0 0.27 0.29 0.13 5.54 0.49 0.74
Hex DD A2 9C 0 1B 1D D 6 31 4A
Octal 335 242 234 0 33 35 15 6 61 112
Binary 11011101 10100010 10011100 0 11011 11101 1101 110 110001 1001010

Color Harmonies of #DDA29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA29C

Black with #DDA29C

Text Example


Text Example

White with #DDA29C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA29C; }

 p { color: rgb(221,162,156); }

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

background-color css

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

 a { background-color: rgb(221,162,156); }

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

border-color css

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

 span { border-color: rgb(221,162,156); }

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