Html Css Color HEX #DA825F Burning Sand

📋 copy color: '#DA825F'

red 218 ◦ green 130 ◦ blue 95

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

Shades of Burning Sand #DA825F

Tints of Burning Sand #DA825F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.44%

R = 49.21%
G = 29.35%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA825F (or 0xDA825F) is known color: Burning Sand. HEX triplet: DA, 82 and 5F. RGB value is (218,130,95). Sum of RGB (Red+Green+Blue) = 218+130+95=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 95 (37.5% from 255 or 21.44% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA825F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA825F is #257DA0. Grayscale: #989898. Windows color (decimal): -2456993 or 6259418. OLE color: 6259418.

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

Color convert

RGB 218 130 95 -
CMYK 0 0.40 0.56 0.15
HSL 17.07º 0.62% 0.61% -
HSV(B) 17.07º 0.56% 0.85% -
XYZ 38.96 31.7 14.89 -
YUV 152.32 95.65 174.85 -
System Red Green Blue C M Y K H S L
Decimal 218 130 95 0 0.40 0.56 0.15 17.07 0.62 0.61
Hex DA 82 5F 0 28 38 F 11 3E 3D
Octal 332 202 137 0 50 70 17 21 76 75
Binary 11011010 10000010 1011111 0 101000 111000 1111 10001 111110 111101

Color Harmonies of #DA825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA825F

Black with #DA825F

Text Example


Text Example

White with #DA825F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA825F; }

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

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

background-color css

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

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

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

border-color css

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

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

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