Html Css Color HEX #DA825B Burning Sand

📋 copy color: '#DA825B'

red 218 ◦ green 130 ◦ blue 91

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

Shades of Burning Sand #DA825B

Tints of Burning Sand #DA825B

RGB

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

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

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

R = 49.66%
G = 29.61%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA825B (or 0xDA825B) is known color: Burning Sand. HEX triplet: DA, 82 and 5B. RGB value is (218,130,91). Sum of RGB (Red+Green+Blue) = 218+130+91=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 91 (35.94% from 255 or 20.73% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA825B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA825B is #257DA4. Grayscale: #989898. Windows color (decimal): -2456997 or 5997274. OLE color: 5997274.

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

Color convert

RGB 218 130 91 -
CMYK 0 0.40 0.58 0.15
HSL 18.43º 0.63% 0.61% -
HSV(B) 18.43º 0.58% 0.85% -
XYZ 38.78 31.63 13.96 -
YUV 151.87 93.65 175.17 -
System Red Green Blue C M Y K H S L
Decimal 218 130 91 0 0.40 0.58 0.15 18.43 0.63 0.61
Hex DA 82 5B 0 28 3A F 12 3F 3D
Octal 332 202 133 0 50 72 17 22 77 75
Binary 11011010 10000010 1011011 0 101000 111010 1111 10010 111111 111101

Color Harmonies of #DA825B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA825B

Black with #DA825B

Text Example


Text Example

White with #DA825B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA825B; }

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

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

background-color css

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

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

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

border-color css

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

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

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