Html Css Color HEX #D9825D Burning Sand

📋 copy color: '#D9825D'

red 217 ◦ green 130 ◦ blue 93

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

Shades of Burning Sand #D9825D

Tints of Burning Sand #D9825D

RGB

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

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

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

R = 49.32%
G = 29.55%
B = 21.14%

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

#D9825D (or 0xD9825D) is known color: Burning Sand. HEX triplet: D9, 82 and 5D. RGB value is (217,130,93). Sum of RGB (Red+Green+Blue) = 217+130+93=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D9825D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9825D is #267DA2. Grayscale: #989898. Windows color (decimal): -2522531 or 6128345. OLE color: 6128345.

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

Color convert

RGB 217 130 93 -
CMYK 0 0.40 0.57 0.15
HSL 17.9º 0.62% 0.61% -
HSV(B) 17.9º 0.57% 0.85% -
XYZ 38.57 31.51 14.4 -
YUV 151.8 94.82 174.51 -
System Red Green Blue C M Y K H S L
Decimal 217 130 93 0 0.40 0.57 0.15 17.9 0.62 0.61
Hex D9 82 5D 0 28 39 F 12 3E 3D
Octal 331 202 135 0 50 71 17 22 76 75
Binary 11011001 10000010 1011101 0 101000 111001 1111 10010 111110 111101

Color Harmonies of #D9825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9825D

Black with #D9825D

Text Example


Text Example

White with #D9825D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9825D; }

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

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

background-color css

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

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

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

border-color css

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

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

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