Html Css Color HEX #DDA093 Rose

📋 copy color: '#DDA093'

red 221 ◦ green 160 ◦ blue 147

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

Shades of Rose #DDA093

Tints of Rose #DDA093

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.3%

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

R = 41.86%
G = 30.3%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDA093 (or 0xDDA093) is known color: Rose. HEX triplet: DD, A0 and 93. RGB value is (221,160,147). Sum of RGB (Red+Green+Blue) = 221+160+147=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 147 (57.81% from 255 or 27.84% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA093 is #225F6C. Grayscale: #B0B0B0. Windows color (decimal): -2252653 or 9674973. OLE color: 9674973.

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

Color convert

RGB 221 160 147 -
CMYK 0 0.28 0.33 0.13
HSL 10.54º 0.52% 0.72% -
HSV(B) 10.54º 0.33% 0.87% -
XYZ 47.66 42.62 33.32 -
YUV 176.76 111.21 159.56 -
System Red Green Blue C M Y K H S L
Decimal 221 160 147 0 0.28 0.33 0.13 10.54 0.52 0.72
Hex DD A0 93 0 1C 21 D B 34 48
Octal 335 240 223 0 34 41 15 13 64 110
Binary 11011101 10100000 10010011 0 11100 100001 1101 1011 110100 1001000

Color Harmonies of #DDA093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA093

Black with #DDA093

Text Example


Text Example

White with #DDA093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA093; }

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

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

background-color css

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

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

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

border-color css

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

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

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