Html Css Color HEX #DDA69E Rose

📋 copy color: '#DDA69E'

red 221 ◦ green 166 ◦ blue 158

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

Shades of Rose #DDA69E

Tints of Rose #DDA69E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 28.99%

R = 40.55%
G = 30.46%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DDA69E (or 0xDDA69E) is known color: Rose. HEX triplet: DD, A6 and 9E. RGB value is (221,166,158). Sum of RGB (Red+Green+Blue) = 221+166+158=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 166 (65.23% from 255 or 30.46% from 545); Blue value is 158 (62.11% from 255 or 28.99% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA69E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA69E is #225961. Grayscale: #B5B5B5. Windows color (decimal): -2251106 or 10397405. OLE color: 10397405.

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

Color convert

RGB 221 166 158 -
CMYK 0 0.25 0.29 0.13
HSL 7.62º 0.48% 0.74% -
HSV(B) 7.62º 0.29% 0.87% -
XYZ 49.63 45.11 38.44 -
YUV 181.53 114.72 156.15 -
System Red Green Blue C M Y K H S L
Decimal 221 166 158 0 0.25 0.29 0.13 7.62 0.48 0.74
Hex DD A6 9E 0 19 1D D 8 30 4A
Octal 335 246 236 0 31 35 15 10 60 112
Binary 11011101 10100110 10011110 0 11001 11101 1101 1000 110000 1001010

Color Harmonies of #DDA69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA69E

Black with #DDA69E

Text Example


Text Example

White with #DDA69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA69E; }

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

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

background-color css

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

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

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

border-color css

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

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

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