Html Css Color HEX #DA8258 Burning Sand

📋 copy color: '#DA8258'

red 218 ◦ green 130 ◦ blue 88

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

Shades of Burning Sand #DA8258

Tints of Burning Sand #DA8258

RGB

 RED value IS 218 (85.55% from 255) = 50%

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

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

R = 50%
G = 29.82%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA8258 (or 0xDA8258) is known color: Burning Sand. HEX triplet: DA, 82 and 58. RGB value is (218,130,88). Sum of RGB (Red+Green+Blue) = 218+130+88=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 88 (34.77% from 255 or 20.18% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8258 is #257DA7. Grayscale: #979797. Windows color (decimal): -2457000 or 5800666. OLE color: 5800666.

HSL color Cylindrical-coordinate representation of color #DA8258: hue angle of 19.38º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA8258 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 130 88 -
CMYK 0 0.40 0.60 0.15
HSL 19.38º 0.64% 0.6% -
HSV(B) 19.38º 0.6% 0.85% -
XYZ 38.66 31.58 13.29 -
YUV 151.52 92.15 175.42 -
System Red Green Blue C M Y K H S L
Decimal 218 130 88 0 0.40 0.60 0.15 19.38 0.64 0.6
Hex DA 82 58 0 28 3C F 13 40 3C
Octal 332 202 130 0 50 74 17 23 100 74
Binary 11011010 10000010 1011000 0 101000 111100 1111 10011 1000000 111100

Color Harmonies of #DA8258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8258

Black with #DA8258

Text Example


Text Example

White with #DA8258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8258; }

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

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

background-color css

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

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

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

border-color css

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

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

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