Html Css Color HEX #DDA490 Rose

📋 copy color: '#DDA490'

red 221 ◦ green 164 ◦ blue 144

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

Shades of Rose #DDA490

Tints of Rose #DDA490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.22%

R = 41.78%
G = 31%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DDA490 (or 0xDDA490) is known color: Rose. HEX triplet: DD, A4 and 90. RGB value is (221,164,144). Sum of RGB (Red+Green+Blue) = 221+164+144=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 164 (64.45% from 255 or 31.00% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA490 is #225B6F. Grayscale: #B2B2B2. Windows color (decimal): -2251632 or 9479389. OLE color: 9479389.

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

Color convert

RGB 221 164 144 -
CMYK 0 0.26 0.35 0.13
HSL 15.58º 0.53% 0.72% -
HSV(B) 15.58º 0.35% 0.87% -
XYZ 48.13 43.94 32.33 -
YUV 178.76 108.38 158.13 -
System Red Green Blue C M Y K H S L
Decimal 221 164 144 0 0.26 0.35 0.13 15.58 0.53 0.72
Hex DD A4 90 0 1A 23 D 10 35 48
Octal 335 244 220 0 32 43 15 20 65 110
Binary 11011101 10100100 10010000 0 11010 100011 1101 10000 110101 1001000

Color Harmonies of #DDA490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA490

Black with #DDA490

Text Example


Text Example

White with #DDA490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA490; }

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

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

background-color css

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

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

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

border-color css

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

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

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