Html Css Color HEX #DA835A Burning Sand

📋 copy color: '#DA835A'

red 218 ◦ green 131 ◦ blue 90

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

Shades of Burning Sand #DA835A

Tints of Burning Sand #DA835A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.5%

R = 49.66%
G = 29.84%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA835A (or 0xDA835A) is known color: Burning Sand. HEX triplet: DA, 83 and 5A. RGB value is (218,131,90). Sum of RGB (Red+Green+Blue) = 218+131+90=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA835A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA835A is #257CA5. Grayscale: #989898. Windows color (decimal): -2456742 or 5931994. OLE color: 5931994.

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

Color convert

RGB 218 131 90 -
CMYK 0 0.40 0.59 0.15
HSL 19.22º 0.63% 0.6% -
HSV(B) 19.22º 0.59% 0.85% -
XYZ 38.88 31.88 13.78 -
YUV 152.34 92.82 174.83 -
System Red Green Blue C M Y K H S L
Decimal 218 131 90 0 0.40 0.59 0.15 19.22 0.63 0.6
Hex DA 83 5A 0 28 3B F 13 3F 3C
Octal 332 203 132 0 50 73 17 23 77 74
Binary 11011010 10000011 1011010 0 101000 111011 1111 10011 111111 111100

Color Harmonies of #DA835A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA835A

Black with #DA835A

Text Example


Text Example

White with #DA835A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA835A; }

 p { color: rgb(218,131,90); }

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

background-color css

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

 a { background-color: rgb(218,131,90); }

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

border-color css

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

 span { border-color: rgb(218,131,90); }

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