Html Css Color HEX #DA8063 Burning Sand

📋 copy color: '#DA8063'

red 218 ◦ green 128 ◦ blue 99

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

Shades of Burning Sand #DA8063

Tints of Burning Sand #DA8063

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.76%

 BLUE value IS 99 (39.06% from 255) = 22.25%

R = 48.99%
G = 28.76%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA8063 (or 0xDA8063) is known color: Burning Sand. HEX triplet: DA, 80 and 63. RGB value is (218,128,99). Sum of RGB (Red+Green+Blue) = 218+128+99=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 99 (39.06% from 255 or 22.25% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8063 is #257F9C. Grayscale: #979797. Windows color (decimal): -2457501 or 6521050. OLE color: 6521050.

HSL color Cylindrical-coordinate representation of color #DA8063: hue angle of 14.62º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA8063 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 128 99 -
CMYK 0 0.41 0.55 0.15
HSL 14.62º 0.62% 0.62% -
HSV(B) 14.62º 0.55% 0.85% -
XYZ 38.88 31.24 15.79 -
YUV 151.6 98.32 175.36 -
System Red Green Blue C M Y K H S L
Decimal 218 128 99 0 0.41 0.55 0.15 14.62 0.62 0.62
Hex DA 80 63 0 29 37 F F 3E 3E
Octal 332 200 143 0 51 67 17 17 76 76
Binary 11011010 10000000 1100011 0 101001 110111 1111 1111 111110 111110

Color Harmonies of #DA8063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8063

Black with #DA8063

Text Example


Text Example

White with #DA8063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8063; }

 p { color: rgb(218,128,99); }

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

background-color css

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

 a { background-color: rgb(218,128,99); }

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

border-color css

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

 span { border-color: rgb(218,128,99); }

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