Html Css Color HEX #DDA89D Rose

📋 copy color: '#DDA89D'

red 221 ◦ green 168 ◦ blue 157

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

Shades of Rose #DDA89D

Tints of Rose #DDA89D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 28.75%

R = 40.48%
G = 30.77%
B = 28.75%

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

#DDA89D (or 0xDDA89D) is known color: Rose. HEX triplet: DD, A8 and 9D. RGB value is (221,168,157). Sum of RGB (Red+Green+Blue) = 221+168+157=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 168 (66.02% from 255 or 30.77% from 546); Blue value is 157 (61.72% from 255 or 28.75% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA89D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA89D is #225762. Grayscale: #B6B6B6. Windows color (decimal): -2250595 or 10332381. OLE color: 10332381.

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

Color convert

RGB 221 168 157 -
CMYK 0 0.24 0.29 0.13
HSL 10.31º 0.48% 0.74% -
HSV(B) 10.31º 0.29% 0.87% -
XYZ 49.91 45.81 38.11 -
YUV 182.59 113.56 155.39 -
System Red Green Blue C M Y K H S L
Decimal 221 168 157 0 0.24 0.29 0.13 10.31 0.48 0.74
Hex DD A8 9D 0 18 1D D A 30 4A
Octal 335 250 235 0 30 35 15 12 60 112
Binary 11011101 10101000 10011101 0 11000 11101 1101 1010 110000 1001010

Color Harmonies of #DDA89D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA89D

Black with #DDA89D

Text Example


Text Example

White with #DDA89D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA89D; }

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

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

background-color css

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

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

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

border-color css

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

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

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