Html Css Color HEX #DDA79A Rose

📋 copy color: '#DDA79A'

red 221 ◦ green 167 ◦ blue 154

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

Shades of Rose #DDA79A

Tints of Rose #DDA79A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.41%

R = 40.77%
G = 30.81%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DDA79A (or 0xDDA79A) is known color: Rose. HEX triplet: DD, A7 and 9A. RGB value is (221,167,154). Sum of RGB (Red+Green+Blue) = 221+167+154=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 167 (65.62% from 255 or 30.81% from 542); Blue value is 154 (60.55% from 255 or 28.41% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA79A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA79A is #225865. Grayscale: #B5B5B5. Windows color (decimal): -2250854 or 10135517. OLE color: 10135517.

HSL color Cylindrical-coordinate representation of color #DDA79A: hue angle of 11.64º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDA79A is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 167 154 -
CMYK 0 0.24 0.30 0.13
HSL 11.64º 0.5% 0.74% -
HSV(B) 11.64º 0.3% 0.87% -
XYZ 49.47 45.34 36.72 -
YUV 181.66 112.39 156.06 -
System Red Green Blue C M Y K H S L
Decimal 221 167 154 0 0.24 0.30 0.13 11.64 0.5 0.74
Hex DD A7 9A 0 18 1E D C 32 4A
Octal 335 247 232 0 30 36 15 14 62 112
Binary 11011101 10100111 10011010 0 11000 11110 1101 1100 110010 1001010

Color Harmonies of #DDA79A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA79A

Black with #DDA79A

Text Example


Text Example

White with #DDA79A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA79A; }

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

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

background-color css

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

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

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

border-color css

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

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

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