Html Css Color HEX #DDA89C Rose

📋 copy color: '#DDA89C'

red 221 ◦ green 168 ◦ blue 156

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

Shades of Rose #DDA89C

Tints of Rose #DDA89C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.62%

R = 40.55%
G = 30.83%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DDA89C (or 0xDDA89C) is known color: Rose. HEX triplet: DD, A8 and 9C. RGB value is (221,168,156). Sum of RGB (Red+Green+Blue) = 221+168+156=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 168 (66.02% from 255 or 30.83% from 545); Blue value is 156 (61.33% from 255 or 28.62% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA89C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA89C is #225763. Grayscale: #B6B6B6. Windows color (decimal): -2250596 or 10266845. OLE color: 10266845.

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

Color convert

RGB 221 168 156 -
CMYK 0 0.24 0.29 0.13
HSL 11.08º 0.49% 0.74% -
HSV(B) 11.08º 0.29% 0.87% -
XYZ 49.82 45.78 37.66 -
YUV 182.48 113.06 155.48 -
System Red Green Blue C M Y K H S L
Decimal 221 168 156 0 0.24 0.29 0.13 11.08 0.49 0.74
Hex DD A8 9C 0 18 1D D B 31 4A
Octal 335 250 234 0 30 35 15 13 61 112
Binary 11011101 10101000 10011100 0 11000 11101 1101 1011 110001 1001010

Color Harmonies of #DDA89C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA89C

Black with #DDA89C

Text Example


Text Example

White with #DDA89C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA89C; }

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

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

background-color css

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

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

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

border-color css

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

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

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