Html Css Color HEX #DDA290 Rose

📋 copy color: '#DDA290'

red 221 ◦ green 162 ◦ blue 144

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

Shades of Rose #DDA290

Tints of Rose #DDA290

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.74%

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

R = 41.94%
G = 30.74%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DDA290 (or 0xDDA290) is known color: Rose. HEX triplet: DD, A2 and 90. RGB value is (221,162,144). Sum of RGB (Red+Green+Blue) = 221+162+144=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA290 is #225D6F. Grayscale: #B1B1B1. Windows color (decimal): -2252144 or 9478877. OLE color: 9478877.

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

Color convert

RGB 221 162 144 -
CMYK 0 0.27 0.35 0.13
HSL 14.03º 0.53% 0.72% -
HSV(B) 14.03º 0.35% 0.87% -
XYZ 47.77 43.23 32.21 -
YUV 177.59 109.05 158.96 -
System Red Green Blue C M Y K H S L
Decimal 221 162 144 0 0.27 0.35 0.13 14.03 0.53 0.72
Hex DD A2 90 0 1B 23 D E 35 48
Octal 335 242 220 0 33 43 15 16 65 110
Binary 11011101 10100010 10010000 0 11011 100011 1101 1110 110101 1001000

Color Harmonies of #DDA290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA290

Black with #DDA290

Text Example


Text Example

White with #DDA290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA290; }

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

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

background-color css

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

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

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

border-color css

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

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

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