Html Css Color HEX #DDA58F Rose

📋 copy color: '#DDA58F'

red 221 ◦ green 165 ◦ blue 143

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

Shades of Rose #DDA58F

Tints of Rose #DDA58F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.03%

R = 41.78%
G = 31.19%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DDA58F (or 0xDDA58F) is known color: Rose. HEX triplet: DD, A5 and 8F. RGB value is (221,165,143). Sum of RGB (Red+Green+Blue) = 221+165+143=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 165 (64.84% from 255 or 31.19% from 529); Blue value is 143 (56.25% from 255 or 27.03% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA58F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA58F is #225A70. Grayscale: #B3B3B3. Windows color (decimal): -2251377 or 9414109. OLE color: 9414109.

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

Color convert

RGB 221 165 143 -
CMYK 0 0.25 0.35 0.13
HSL 16.92º 0.53% 0.71% -
HSV(B) 16.92º 0.35% 0.87% -
XYZ 48.23 44.27 31.99 -
YUV 179.24 107.55 157.79 -
System Red Green Blue C M Y K H S L
Decimal 221 165 143 0 0.25 0.35 0.13 16.92 0.53 0.71
Hex DD A5 8F 0 19 23 D 11 35 47
Octal 335 245 217 0 31 43 15 21 65 107
Binary 11011101 10100101 10001111 0 11001 100011 1101 10001 110101 1000111

Color Harmonies of #DDA58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA58F

Black with #DDA58F

Text Example


Text Example

White with #DDA58F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA58F; }

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

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

background-color css

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

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

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

border-color css

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

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

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