Html Css Color HEX #DDA695 Rose

📋 copy color: '#DDA695'

red 221 ◦ green 166 ◦ blue 149

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

Shades of Rose #DDA695

Tints of Rose #DDA695

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.97%

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

R = 41.23%
G = 30.97%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDA695 (or 0xDDA695) is known color: Rose. HEX triplet: DD, A6 and 95. RGB value is (221,166,149). Sum of RGB (Red+Green+Blue) = 221+166+149=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 166 (65.23% from 255 or 30.97% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA695 is #22596A. Grayscale: #B4B4B4. Windows color (decimal): -2251115 or 9807581. OLE color: 9807581.

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

Color convert

RGB 221 166 149 -
CMYK 0 0.25 0.33 0.13
HSL 14.17º 0.51% 0.73% -
HSV(B) 14.17º 0.33% 0.87% -
XYZ 48.88 44.81 34.51 -
YUV 180.51 110.22 156.88 -
System Red Green Blue C M Y K H S L
Decimal 221 166 149 0 0.25 0.33 0.13 14.17 0.51 0.73
Hex DD A6 95 0 19 21 D E 33 49
Octal 335 246 225 0 31 41 15 16 63 111
Binary 11011101 10100110 10010101 0 11001 100001 1101 1110 110011 1001001

Color Harmonies of #DDA695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA695

Black with #DDA695

Text Example


Text Example

White with #DDA695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA695; }

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

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

background-color css

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

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

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

border-color css

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

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

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