Html Css Color HEX #DDA69B Rose

📋 copy color: '#DDA69B'

red 221 ◦ green 166 ◦ blue 155

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

Shades of Rose #DDA69B

Tints of Rose #DDA69B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.6%

R = 40.77%
G = 30.63%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DDA69B (or 0xDDA69B) is known color: Rose. HEX triplet: DD, A6 and 9B. RGB value is (221,166,155). Sum of RGB (Red+Green+Blue) = 221+166+155=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 166 (65.23% from 255 or 30.63% from 542); Blue value is 155 (60.94% from 255 or 28.60% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA69B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA69B is #225964. Grayscale: #B5B5B5. Windows color (decimal): -2251109 or 10200797. OLE color: 10200797.

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

Color convert

RGB 221 166 155 -
CMYK 0 0.25 0.30 0.13
HSL 10º 0.49% 0.74% -
HSV(B) 10º 0.3% 0.87% -
XYZ 49.37 45.01 37.1 -
YUV 181.19 113.22 156.39 -
System Red Green Blue C M Y K H S L
Decimal 221 166 155 0 0.25 0.30 0.13 10 0.49 0.74
Hex DD A6 9B 0 19 1E D A 31 4A
Octal 335 246 233 0 31 36 15 12 61 112
Binary 11011101 10100110 10011011 0 11001 11110 1101 1010 110001 1001010

Color Harmonies of #DDA69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA69B

Black with #DDA69B

Text Example


Text Example

White with #DDA69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA69B; }

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

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

background-color css

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

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

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

border-color css

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

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

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