Html Css Color HEX #DDA89B Rose

📋 copy color: '#DDA89B'

red 221 ◦ green 168 ◦ blue 155

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

Shades of Rose #DDA89B

Tints of Rose #DDA89B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.88%

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

R = 40.63%
G = 30.88%
B = 28.49%

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

#DDA89B (or 0xDDA89B) is known color: Rose. HEX triplet: DD, A8 and 9B. RGB value is (221,168,155). Sum of RGB (Red+Green+Blue) = 221+168+155=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA89B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA89B is #225764. Grayscale: #B6B6B6. Windows color (decimal): -2250597 or 10201309. OLE color: 10201309.

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

Color convert

RGB 221 168 155 -
CMYK 0 0.24 0.30 0.13
HSL 11.82º 0.49% 0.74% -
HSV(B) 11.82º 0.3% 0.87% -
XYZ 49.74 45.74 37.22 -
YUV 182.37 112.56 155.56 -
System Red Green Blue C M Y K H S L
Decimal 221 168 155 0 0.24 0.30 0.13 11.82 0.49 0.74
Hex DD A8 9B 0 18 1E D C 31 4A
Octal 335 250 233 0 30 36 15 14 61 112
Binary 11011101 10101000 10011011 0 11000 11110 1101 1100 110001 1001010

Color Harmonies of #DDA89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA89B

Black with #DDA89B

Text Example


Text Example

White with #DDA89B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA89B; }

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

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

background-color css

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

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

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

border-color css

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

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

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