Html Css Color HEX #DDA893 Rose

📋 copy color: '#DDA893'

red 221 ◦ green 168 ◦ blue 147

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

Shades of Rose #DDA893

Tints of Rose #DDA893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.43%

R = 41.23%
G = 31.34%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDA893 (or 0xDDA893) is known color: Rose. HEX triplet: DD, A8 and 93. RGB value is (221,168,147). Sum of RGB (Red+Green+Blue) = 221+168+147=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 168 (66.02% from 255 or 31.34% from 536); Blue value is 147 (57.81% from 255 or 27.43% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA893 is #22576C. Grayscale: #B5B5B5. Windows color (decimal): -2250605 or 9677021. OLE color: 9677021.

HSL color Cylindrical-coordinate representation of color #DDA893: hue angle of 17.03º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDA893 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 168 147 -
CMYK 0 0.24 0.33 0.13
HSL 17.03º 0.52% 0.72% -
HSV(B) 17.03º 0.33% 0.87% -
XYZ 49.09 45.48 33.8 -
YUV 181.45 108.56 156.21 -
System Red Green Blue C M Y K H S L
Decimal 221 168 147 0 0.24 0.33 0.13 17.03 0.52 0.72
Hex DD A8 93 0 18 21 D 11 34 48
Octal 335 250 223 0 30 41 15 21 64 110
Binary 11011101 10101000 10010011 0 11000 100001 1101 10001 110100 1001000

Color Harmonies of #DDA893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA893

Black with #DDA893

Text Example


Text Example

White with #DDA893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA893; }

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

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

background-color css

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

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

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

border-color css

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

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

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