Html Css Color HEX #DDA492 Rose

📋 copy color: '#DDA492'

red 221 ◦ green 164 ◦ blue 146

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

Shades of Rose #DDA492

Tints of Rose #DDA492

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.89%

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

R = 41.62%
G = 30.89%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DDA492 (or 0xDDA492) is known color: Rose. HEX triplet: DD, A4 and 92. RGB value is (221,164,146). Sum of RGB (Red+Green+Blue) = 221+164+146=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 164 (64.45% from 255 or 30.89% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA492 is #225B6D. Grayscale: #B3B3B3. Windows color (decimal): -2251630 or 9610461. OLE color: 9610461.

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

Color convert

RGB 221 164 146 -
CMYK 0 0.26 0.34 0.13
HSL 14.4º 0.52% 0.72% -
HSV(B) 14.4º 0.34% 0.87% -
XYZ 48.28 44 33.14 -
YUV 178.99 109.38 157.96 -
System Red Green Blue C M Y K H S L
Decimal 221 164 146 0 0.26 0.34 0.13 14.4 0.52 0.72
Hex DD A4 92 0 1A 22 D E 34 48
Octal 335 244 222 0 32 42 15 16 64 110
Binary 11011101 10100100 10010010 0 11010 100010 1101 1110 110100 1001000

Color Harmonies of #DDA492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA492

Black with #DDA492

Text Example


Text Example

White with #DDA492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA492; }

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

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

background-color css

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

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

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

border-color css

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

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

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