Html Css Color HEX #DDA092 Rose

📋 copy color: '#DDA092'

red 221 ◦ green 160 ◦ blue 146

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

Shades of Rose #DDA092

Tints of Rose #DDA092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.7%

R = 41.94%
G = 30.36%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DDA092 (or 0xDDA092) is known color: Rose. HEX triplet: DD, A0 and 92. RGB value is (221,160,146). Sum of RGB (Red+Green+Blue) = 221+160+146=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 146 (57.42% from 255 or 27.70% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA092 is #225F6D. Grayscale: #B0B0B0. Windows color (decimal): -2252654 or 9609437. OLE color: 9609437.

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

Color convert

RGB 221 160 146 -
CMYK 0 0.28 0.34 0.13
HSL 11.2º 0.52% 0.72% -
HSV(B) 11.2º 0.34% 0.87% -
XYZ 47.58 42.59 32.91 -
YUV 176.64 110.71 159.64 -
System Red Green Blue C M Y K H S L
Decimal 221 160 146 0 0.28 0.34 0.13 11.2 0.52 0.72
Hex DD A0 92 0 1C 22 D B 34 48
Octal 335 240 222 0 34 42 15 13 64 110
Binary 11011101 10100000 10010010 0 11100 100010 1101 1011 110100 1001000

Color Harmonies of #DDA092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA092

Black with #DDA092

Text Example


Text Example

White with #DDA092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA092; }

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

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

background-color css

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

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

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

border-color css

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

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

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