Html Css Color HEX #D9825E Burning Sand

📋 copy color: '#D9825E'

red 217 ◦ green 130 ◦ blue 94

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

Shades of Burning Sand #D9825E

Tints of Burning Sand #D9825E

RGB

 RED value IS 217 (85.16% from 255) = 49.21%

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

 BLUE value IS 94 (37.11% from 255) = 21.32%

R = 49.21%
G = 29.48%
B = 21.32%

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

#D9825E (or 0xD9825E) is known color: Burning Sand. HEX triplet: D9, 82 and 5E. RGB value is (217,130,94). Sum of RGB (Red+Green+Blue) = 217+130+94=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 94 (37.11% from 255 or 21.32% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D9825E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9825E is #267DA1. Grayscale: #989898. Windows color (decimal): -2522530 or 6193881. OLE color: 6193881.

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

Color convert

RGB 217 130 94 -
CMYK 0 0.40 0.57 0.15
HSL 17.56º 0.62% 0.61% -
HSV(B) 17.56º 0.57% 0.85% -
XYZ 38.62 31.53 14.64 -
YUV 151.91 95.32 174.43 -
System Red Green Blue C M Y K H S L
Decimal 217 130 94 0 0.40 0.57 0.15 17.56 0.62 0.61
Hex D9 82 5E 0 28 39 F 12 3E 3D
Octal 331 202 136 0 50 71 17 22 76 75
Binary 11011001 10000010 1011110 0 101000 111001 1111 10010 111110 111101

Color Harmonies of #D9825E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9825E

Black with #D9825E

Text Example


Text Example

White with #D9825E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9825E; }

 p { color: rgb(217,130,94); }

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

background-color css

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

 a { background-color: rgb(217,130,94); }

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

border-color css

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

 span { border-color: rgb(217,130,94); }

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