Html Css Color HEX #DC8258 Burning Sand

📋 copy color: '#DC8258'

red 220 ◦ green 130 ◦ blue 88

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

Shades of Burning Sand #DC8258

Tints of Burning Sand #DC8258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.09%

R = 50.23%
G = 29.68%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DC8258 (or 0xDC8258) is known color: Burning Sand. HEX triplet: DC, 82 and 58. RGB value is (220,130,88). Sum of RGB (Red+Green+Blue) = 220+130+88=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 88 (34.77% from 255 or 20.09% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8258 is #237DA7. Grayscale: #989898. Windows color (decimal): -2325928 or 5800668. OLE color: 5800668.

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

Color convert

RGB 220 130 88 -
CMYK 0 0.41 0.6 0.14
HSL 19.09º 0.65% 0.6% -
HSV(B) 19.09º 0.6% 0.86% -
XYZ 39.26 31.89 13.32 -
YUV 152.12 91.82 176.42 -
System Red Green Blue C M Y K H S L
Decimal 220 130 88 0 0.41 0.6 0.14 19.09 0.65 0.6
Hex DC 82 58 0 29 3C E 13 41 3C
Octal 334 202 130 0 51 74 16 23 101 74
Binary 11011100 10000010 1011000 0 101001 111100 1110 10011 1000001 111100

Color Harmonies of #DC8258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8258

Black with #DC8258

Text Example


Text Example

White with #DC8258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8258; }

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

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

background-color css

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

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

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

border-color css

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

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

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