Html Css Color HEX #DA825D Burning Sand

📋 copy color: '#DA825D'

red 218 ◦ green 130 ◦ blue 93

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

Shades of Burning Sand #DA825D

Tints of Burning Sand #DA825D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.09%

R = 49.43%
G = 29.48%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA825D (or 0xDA825D) is known color: Burning Sand. HEX triplet: DA, 82 and 5D. RGB value is (218,130,93). Sum of RGB (Red+Green+Blue) = 218+130+93=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA825D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA825D is #257DA2. Grayscale: #989898. Windows color (decimal): -2456995 or 6128346. OLE color: 6128346.

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

Color convert

RGB 218 130 93 -
CMYK 0 0.40 0.57 0.15
HSL 17.76º 0.63% 0.61% -
HSV(B) 17.76º 0.57% 0.85% -
XYZ 38.87 31.66 14.42 -
YUV 152.09 94.65 175.01 -
System Red Green Blue C M Y K H S L
Decimal 218 130 93 0 0.40 0.57 0.15 17.76 0.63 0.61
Hex DA 82 5D 0 28 39 F 12 3F 3D
Octal 332 202 135 0 50 71 17 22 77 75
Binary 11011010 10000010 1011101 0 101000 111001 1111 10010 111111 111101

Color Harmonies of #DA825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA825D

Black with #DA825D

Text Example


Text Example

White with #DA825D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA825D; }

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

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

background-color css

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

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

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

border-color css

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

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

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