Html Css Color HEX #DDA795 Rose

📋 copy color: '#DDA795'

red 221 ◦ green 167 ◦ blue 149

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

Shades of Rose #DDA795

Tints of Rose #DDA795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.75%

R = 41.15%
G = 31.1%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDA795 (or 0xDDA795) is known color: Rose. HEX triplet: DD, A7 and 95. RGB value is (221,167,149). Sum of RGB (Red+Green+Blue) = 221+167+149=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 167 (65.62% from 255 or 31.10% from 537); Blue value is 149 (58.59% from 255 or 27.75% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA795 is #22586A. Grayscale: #B5B5B5. Windows color (decimal): -2250859 or 9807837. OLE color: 9807837.

HSL color Cylindrical-coordinate representation of color #DDA795: hue angle of 15º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDA795 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 167 149 -
CMYK 0 0.24 0.33 0.13
HSL 15º 0.51% 0.73% -
HSV(B) 15º 0.33% 0.87% -
XYZ 49.06 45.18 34.57 -
YUV 181.09 109.89 156.46 -
System Red Green Blue C M Y K H S L
Decimal 221 167 149 0 0.24 0.33 0.13 15 0.51 0.73
Hex DD A7 95 0 18 21 D F 33 49
Octal 335 247 225 0 30 41 15 17 63 111
Binary 11011101 10100111 10010101 0 11000 100001 1101 1111 110011 1001001

Color Harmonies of #DDA795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA795

Black with #DDA795

Text Example


Text Example

White with #DDA795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA795; }

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

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

background-color css

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

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

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

border-color css

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

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

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