Html Css Color HEX #DD8056 Burning Sand

📋 copy color: '#DD8056'

red 221 ◦ green 128 ◦ blue 86

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

Shades of Burning Sand #DD8056

Tints of Burning Sand #DD8056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.77%

R = 50.8%
G = 29.43%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DD8056 (or 0xDD8056) is known color: Burning Sand. HEX triplet: DD, 80 and 56. RGB value is (221,128,86). Sum of RGB (Red+Green+Blue) = 221+128+86=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 86 (33.98% from 255 or 19.77% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8056 is #227FA9. Grayscale: #979797. Windows color (decimal): -2260906 or 5669085. OLE color: 5669085.

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

Color convert

RGB 221 128 86 -
CMYK 0 0.42 0.61 0.13
HSL 18.67º 0.67% 0.6% -
HSV(B) 18.67º 0.61% 0.87% -
XYZ 39.22 31.48 12.81 -
YUV 151.02 91.31 177.92 -
System Red Green Blue C M Y K H S L
Decimal 221 128 86 0 0.42 0.61 0.13 18.67 0.67 0.6
Hex DD 80 56 0 2A 3D D 13 43 3C
Octal 335 200 126 0 52 75 15 23 103 74
Binary 11011101 10000000 1010110 0 101010 111101 1101 10011 1000011 111100

Color Harmonies of #DD8056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8056

Black with #DD8056

Text Example


Text Example

White with #DD8056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8056; }

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

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

background-color css

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

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

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

border-color css

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

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

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