Html Css Color HEX #DC8359 Burning Sand

📋 copy color: '#DC8359'

red 220 ◦ green 131 ◦ blue 89

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

Shades of Burning Sand #DC8359

Tints of Burning Sand #DC8359

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.77%

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

R = 50%
G = 29.77%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC8359 (or 0xDC8359) is known color: Burning Sand. HEX triplet: DC, 83 and 59. RGB value is (220,131,89). Sum of RGB (Red+Green+Blue) = 220+131+89=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 89 (35.16% from 255 or 20.23% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8359 is #237CA6. Grayscale: #999999. Windows color (decimal): -2325671 or 5866460. OLE color: 5866460.

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

Color convert

RGB 220 131 89 -
CMYK 0 0.40 0.60 0.14
HSL 19.24º 0.65% 0.61% -
HSV(B) 19.24º 0.6% 0.86% -
XYZ 39.43 32.17 13.58 -
YUV 152.82 91.99 175.92 -
System Red Green Blue C M Y K H S L
Decimal 220 131 89 0 0.40 0.60 0.14 19.24 0.65 0.61
Hex DC 83 59 0 28 3C E 13 41 3D
Octal 334 203 131 0 50 74 16 23 101 75
Binary 11011100 10000011 1011001 0 101000 111100 1110 10011 1000001 111101

Color Harmonies of #DC8359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8359

Black with #DC8359

Text Example


Text Example

White with #DC8359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8359; }

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

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

background-color css

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

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

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

border-color css

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

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

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