Html Css Color HEX #DDA58E Rose

📋 copy color: '#DDA58E'

red 221 ◦ green 165 ◦ blue 142

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

Shades of Rose #DDA58E

Tints of Rose #DDA58E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.25%

 BLUE value IS 142 (55.86% from 255) = 26.89%

R = 41.86%
G = 31.25%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DDA58E (or 0xDDA58E) is known color: Rose. HEX triplet: DD, A5 and 8E. RGB value is (221,165,142). Sum of RGB (Red+Green+Blue) = 221+165+142=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 165 (64.84% from 255 or 31.25% from 528); Blue value is 142 (55.86% from 255 or 26.89% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA58E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA58E is #225A71. Grayscale: #B3B3B3. Windows color (decimal): -2251378 or 9348573. OLE color: 9348573.

HSL color Cylindrical-coordinate representation of color #DDA58E: hue angle of 17.47º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDA58E is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 165 142 -
CMYK 0 0.25 0.36 0.13
HSL 17.47º 0.54% 0.71% -
HSV(B) 17.47º 0.36% 0.87% -
XYZ 48.16 44.24 31.59 -
YUV 179.12 107.05 157.87 -
System Red Green Blue C M Y K H S L
Decimal 221 165 142 0 0.25 0.36 0.13 17.47 0.54 0.71
Hex DD A5 8E 0 19 24 D 11 36 47
Octal 335 245 216 0 31 44 15 21 66 107
Binary 11011101 10100101 10001110 0 11001 100100 1101 10001 110110 1000111

Color Harmonies of #DDA58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA58E

Black with #DDA58E

Text Example


Text Example

White with #DDA58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA58E; }

 p { color: rgb(221,165,142); }

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

background-color css

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

 a { background-color: rgb(221,165,142); }

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

border-color css

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

 span { border-color: rgb(221,165,142); }

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