Html Css Color HEX #DA8163 Burning Sand

📋 copy color: '#DA8163'

red 218 ◦ green 129 ◦ blue 99

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

Shades of Burning Sand #DA8163

Tints of Burning Sand #DA8163

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.92%

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

R = 48.88%
G = 28.92%
B = 22.2%

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

#DA8163 (or 0xDA8163) is known color: Burning Sand. HEX triplet: DA, 81 and 63. RGB value is (218,129,99). Sum of RGB (Red+Green+Blue) = 218+129+99=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 99 (39.06% from 255 or 22.20% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8163 is #257E9C. Grayscale: #989898. Windows color (decimal): -2457245 or 6521306. OLE color: 6521306.

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

Color convert

RGB 218 129 99 -
CMYK 0 0.41 0.55 0.15
HSL 15.13º 0.62% 0.62% -
HSV(B) 15.13º 0.55% 0.85% -
XYZ 39.02 31.51 15.83 -
YUV 152.19 97.99 174.94 -
System Red Green Blue C M Y K H S L
Decimal 218 129 99 0 0.41 0.55 0.15 15.13 0.62 0.62
Hex DA 81 63 0 29 37 F F 3E 3E
Octal 332 201 143 0 51 67 17 17 76 76
Binary 11011010 10000001 1100011 0 101001 110111 1111 1111 111110 111110

Color Harmonies of #DA8163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8163

Black with #DA8163

Text Example


Text Example

White with #DA8163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8163; }

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

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

background-color css

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

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

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

border-color css

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

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

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