Html Css Color HEX #DA835E Burning Sand

📋 copy color: '#DA835E'

red 218 ◦ green 131 ◦ blue 94

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

Shades of Burning Sand #DA835E

Tints of Burning Sand #DA835E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.22%

R = 49.21%
G = 29.57%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA835E (or 0xDA835E) is known color: Burning Sand. HEX triplet: DA, 83 and 5E. RGB value is (218,131,94). Sum of RGB (Red+Green+Blue) = 218+131+94=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 94 (37.11% from 255 or 21.22% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA835E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA835E is #257CA1. Grayscale: #999999. Windows color (decimal): -2456738 or 6194138. OLE color: 6194138.

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

Color convert

RGB 218 131 94 -
CMYK 0 0.40 0.57 0.15
HSL 17.9º 0.63% 0.61% -
HSV(B) 17.9º 0.57% 0.85% -
XYZ 39.05 31.95 14.7 -
YUV 152.8 94.82 174.51 -
System Red Green Blue C M Y K H S L
Decimal 218 131 94 0 0.40 0.57 0.15 17.9 0.63 0.61
Hex DA 83 5E 0 28 39 F 12 3F 3D
Octal 332 203 136 0 50 71 17 22 77 75
Binary 11011010 10000011 1011110 0 101000 111001 1111 10010 111111 111101

Color Harmonies of #DA835E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA835E

Black with #DA835E

Text Example


Text Example

White with #DA835E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA835E; }

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

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

background-color css

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

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

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

border-color css

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

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

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