Html Css Color HEX #DA8255 Burning Sand

📋 copy color: '#DA8255'

red 218 ◦ green 130 ◦ blue 85

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

Shades of Burning Sand #DA8255

Tints of Burning Sand #DA8255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.63%

R = 50.35%
G = 30.02%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA8255 (or 0xDA8255) is known color: Burning Sand. HEX triplet: DA, 82 and 55. RGB value is (218,130,85). Sum of RGB (Red+Green+Blue) = 218+130+85=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 85 (33.59% from 255 or 19.63% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8255 is #257DAA. Grayscale: #979797. Windows color (decimal): -2457003 or 5604058. OLE color: 5604058.

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

Color convert

RGB 218 130 85 -
CMYK 0 0.40 0.61 0.15
HSL 20.3º 0.64% 0.59% -
HSV(B) 20.3º 0.61% 0.85% -
XYZ 38.54 31.53 12.65 -
YUV 151.18 90.65 175.66 -
System Red Green Blue C M Y K H S L
Decimal 218 130 85 0 0.40 0.61 0.15 20.3 0.64 0.59
Hex DA 82 55 0 28 3D F 14 40 3B
Octal 332 202 125 0 50 75 17 24 100 73
Binary 11011010 10000010 1010101 0 101000 111101 1111 10100 1000000 111011

Color Harmonies of #DA8255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8255

Black with #DA8255

Text Example


Text Example

White with #DA8255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8255; }

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

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

background-color css

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

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

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

border-color css

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

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

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