Html Css Color HEX #DD8059 Burning Sand

📋 copy color: '#DD8059'

red 221 ◦ green 128 ◦ blue 89

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

Shades of Burning Sand #DD8059

Tints of Burning Sand #DD8059

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.22%

 BLUE value IS 89 (35.16% from 255) = 20.32%

R = 50.46%
G = 29.22%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD8059 (or 0xDD8059) is known color: Burning Sand. HEX triplet: DD, 80 and 59. RGB value is (221,128,89). Sum of RGB (Red+Green+Blue) = 221+128+89=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 128 (50.39% from 255 or 29.22% from 438); Blue value is 89 (35.16% from 255 or 20.32% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8059 is #227FA6. Grayscale: #979797. Windows color (decimal): -2260903 or 5865693. OLE color: 5865693.

HSL color Cylindrical-coordinate representation of color #DD8059: hue angle of 17.73º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD8059 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 128 89 -
CMYK 0 0.42 0.60 0.13
HSL 17.73º 0.66% 0.61% -
HSV(B) 17.73º 0.6% 0.87% -
XYZ 39.34 31.53 13.46 -
YUV 151.36 92.81 177.67 -
System Red Green Blue C M Y K H S L
Decimal 221 128 89 0 0.42 0.60 0.13 17.73 0.66 0.61
Hex DD 80 59 0 2A 3C D 12 42 3D
Octal 335 200 131 0 52 74 15 22 102 75
Binary 11011101 10000000 1011001 0 101010 111100 1101 10010 1000010 111101

Color Harmonies of #DD8059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8059

Black with #DD8059

Text Example


Text Example

White with #DD8059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8059; }

 p { color: rgb(221,128,89); }

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

background-color css

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

 a { background-color: rgb(221,128,89); }

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

border-color css

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

 span { border-color: rgb(221,128,89); }

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