Html Css Color HEX #DC8259 Burning Sand

📋 copy color: '#DC8259'

red 220 ◦ green 130 ◦ blue 89

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

Shades of Burning Sand #DC8259

Tints of Burning Sand #DC8259

RGB

 RED value IS 220 (86.33% from 255) = 50.11%

 GREEN value IS 130 (51.17% from 255) = 29.61%

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

R = 50.11%
G = 29.61%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC8259 (or 0xDC8259) is known color: Burning Sand. HEX triplet: DC, 82 and 59. RGB value is (220,130,89). Sum of RGB (Red+Green+Blue) = 220+130+89=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 89 (35.16% from 255 or 20.27% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8259 is #237DA6. Grayscale: #989898. Windows color (decimal): -2325927 or 5866204. OLE color: 5866204.

HSL color Cylindrical-coordinate representation of color #DC8259: hue angle of 18.78º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC8259 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 130 89 -
CMYK 0 0.41 0.60 0.14
HSL 18.78º 0.65% 0.61% -
HSV(B) 18.78º 0.6% 0.86% -
XYZ 39.3 31.9 13.54 -
YUV 152.24 92.32 176.33 -
System Red Green Blue C M Y K H S L
Decimal 220 130 89 0 0.41 0.60 0.14 18.78 0.65 0.61
Hex DC 82 59 0 29 3C E 13 41 3D
Octal 334 202 131 0 51 74 16 23 101 75
Binary 11011100 10000010 1011001 0 101001 111100 1110 10011 1000001 111101

Color Harmonies of #DC8259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8259

Black with #DC8259

Text Example


Text Example

White with #DC8259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8259; }

 p { color: rgb(220,130,89); }

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

background-color css

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

 a { background-color: rgb(220,130,89); }

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

border-color css

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

 span { border-color: rgb(220,130,89); }

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