Html Css Color HEX #DD8159 Burning Sand

📋 copy color: '#DD8159'

red 221 ◦ green 129 ◦ blue 89

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

Shades of Burning Sand #DD8159

Tints of Burning Sand #DD8159

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.38%

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

R = 50.34%
G = 29.38%
B = 20.27%

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

#DD8159 (or 0xDD8159) is known color: Burning Sand. HEX triplet: DD, 81 and 59. RGB value is (221,129,89). Sum of RGB (Red+Green+Blue) = 221+129+89=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 129 (50.78% from 255 or 29.38% from 439); Blue value is 89 (35.16% from 255 or 20.27% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8159 is #227EA6. Grayscale: #989898. Windows color (decimal): -2260647 or 5865949. OLE color: 5865949.

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

Color convert

RGB 221 129 89 -
CMYK 0 0.42 0.60 0.13
HSL 18.18º 0.66% 0.61% -
HSV(B) 18.18º 0.6% 0.87% -
XYZ 39.47 31.79 13.51 -
YUV 151.95 92.48 177.25 -
System Red Green Blue C M Y K H S L
Decimal 221 129 89 0 0.42 0.60 0.13 18.18 0.66 0.61
Hex DD 81 59 0 2A 3C D 12 42 3D
Octal 335 201 131 0 52 74 15 22 102 75
Binary 11011101 10000001 1011001 0 101010 111100 1101 10010 1000010 111101

Color Harmonies of #DD8159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8159

Black with #DD8159

Text Example


Text Example

White with #DD8159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8159; }

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

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

background-color css

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

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

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

border-color css

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

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

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