Html Css Color HEX #DDA992 Rose

📋 copy color: '#DDA992'

red 221 ◦ green 169 ◦ blue 146

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

Shades of Rose #DDA992

Tints of Rose #DDA992

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.53%

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

R = 41.23%
G = 31.53%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DDA992 (or 0xDDA992) is known color: Rose. HEX triplet: DD, A9 and 92. RGB value is (221,169,146). Sum of RGB (Red+Green+Blue) = 221+169+146=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 169 (66.41% from 255 or 31.53% from 536); Blue value is 146 (57.42% from 255 or 27.24% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA992 is #22566D. Grayscale: #B6B6B6. Windows color (decimal): -2250350 or 9611741. OLE color: 9611741.

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

Color convert

RGB 221 169 146 -
CMYK 0 0.24 0.34 0.13
HSL 18.4º 0.52% 0.72% -
HSV(B) 18.4º 0.34% 0.87% -
XYZ 49.2 45.82 33.45 -
YUV 181.93 107.73 155.87 -
System Red Green Blue C M Y K H S L
Decimal 221 169 146 0 0.24 0.34 0.13 18.4 0.52 0.72
Hex DD A9 92 0 18 22 D 12 34 48
Octal 335 251 222 0 30 42 15 22 64 110
Binary 11011101 10101001 10010010 0 11000 100010 1101 10010 110100 1001000

Color Harmonies of #DDA992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA992

Black with #DDA992

Text Example


Text Example

White with #DDA992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA992; }

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

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

background-color css

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

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

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

border-color css

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

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

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