Html Css Color HEX #DDA79C Rose

📋 copy color: '#DDA79C'

red 221 ◦ green 167 ◦ blue 156

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

Shades of Rose #DDA79C

Tints of Rose #DDA79C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.7%

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

R = 40.63%
G = 30.7%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DDA79C (or 0xDDA79C) is known color: Rose. HEX triplet: DD, A7 and 9C. RGB value is (221,167,156). Sum of RGB (Red+Green+Blue) = 221+167+156=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 167 (65.62% from 255 or 30.70% from 544); Blue value is 156 (61.33% from 255 or 28.68% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA79C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA79C is #225863. Grayscale: #B5B5B5. Windows color (decimal): -2250852 or 10266589. OLE color: 10266589.

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

Color convert

RGB 221 167 156 -
CMYK 0 0.24 0.29 0.13
HSL 10.15º 0.49% 0.74% -
HSV(B) 10.15º 0.29% 0.87% -
XYZ 49.64 45.41 37.6 -
YUV 181.89 113.39 155.89 -
System Red Green Blue C M Y K H S L
Decimal 221 167 156 0 0.24 0.29 0.13 10.15 0.49 0.74
Hex DD A7 9C 0 18 1D D A 31 4A
Octal 335 247 234 0 30 35 15 12 61 112
Binary 11011101 10100111 10011100 0 11000 11101 1101 1010 110001 1001010

Color Harmonies of #DDA79C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA79C

Black with #DDA79C

Text Example


Text Example

White with #DDA79C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA79C; }

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

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

background-color css

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

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

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

border-color css

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

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

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