Html Css Color HEX #DA845A Burning Sand

📋 copy color: '#DA845A'

red 218 ◦ green 132 ◦ blue 90

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

Shades of Burning Sand #DA845A

Tints of Burning Sand #DA845A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30%

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

R = 49.55%
G = 30%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA845A (or 0xDA845A) is known color: Burning Sand. HEX triplet: DA, 84 and 5A. RGB value is (218,132,90). Sum of RGB (Red+Green+Blue) = 218+132+90=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 90 (35.55% from 255 or 20.45% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA845A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA845A is #257BA5. Grayscale: #999999. Windows color (decimal): -2456486 or 5932250. OLE color: 5932250.

HSL color Cylindrical-coordinate representation of color #DA845A: hue angle of 19.69º 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 #DA845A is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 132 90 -
CMYK 0 0.39 0.59 0.15
HSL 19.69º 0.63% 0.6% -
HSV(B) 19.69º 0.59% 0.85% -
XYZ 39.01 32.15 13.82 -
YUV 152.93 92.49 174.42 -
System Red Green Blue C M Y K H S L
Decimal 218 132 90 0 0.39 0.59 0.15 19.69 0.63 0.6
Hex DA 84 5A 0 27 3B F 14 3F 3C
Octal 332 204 132 0 47 73 17 24 77 74
Binary 11011010 10000100 1011010 0 100111 111011 1111 10100 111111 111100

Color Harmonies of #DA845A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA845A

Black with #DA845A

Text Example


Text Example

White with #DA845A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA845A; }

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

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

background-color css

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

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

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

border-color css

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

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

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