Html Css Color HEX #DA815B Burning Sand

📋 copy color: '#DA815B'

red 218 ◦ green 129 ◦ blue 91

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

Shades of Burning Sand #DA815B

Tints of Burning Sand #DA815B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.78%

R = 49.77%
G = 29.45%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA815B (or 0xDA815B) is known color: Burning Sand. HEX triplet: DA, 81 and 5B. RGB value is (218,129,91). Sum of RGB (Red+Green+Blue) = 218+129+91=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 91 (35.94% from 255 or 20.78% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA815B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA815B is #257EA4. Grayscale: #979797. Windows color (decimal): -2457253 or 5997018. OLE color: 5997018.

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

Color convert

RGB 218 129 91 -
CMYK 0 0.41 0.58 0.15
HSL 17.95º 0.63% 0.61% -
HSV(B) 17.95º 0.58% 0.85% -
XYZ 38.65 31.36 13.91 -
YUV 151.28 93.99 175.59 -
System Red Green Blue C M Y K H S L
Decimal 218 129 91 0 0.41 0.58 0.15 17.95 0.63 0.61
Hex DA 81 5B 0 29 3A F 12 3F 3D
Octal 332 201 133 0 51 72 17 22 77 75
Binary 11011010 10000001 1011011 0 101001 111010 1111 10010 111111 111101

Color Harmonies of #DA815B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA815B

Black with #DA815B

Text Example


Text Example

White with #DA815B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA815B; }

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

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

background-color css

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

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

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

border-color css

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

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

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