Html Css Color HEX #D9815F Burning Sand

📋 copy color: '#D9815F'

red 217 ◦ green 129 ◦ blue 95

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

Shades of Burning Sand #D9815F

Tints of Burning Sand #D9815F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.25%

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

R = 49.21%
G = 29.25%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D9815F (or 0xD9815F) is known color: Burning Sand. HEX triplet: D9, 81 and 5F. RGB value is (217,129,95). Sum of RGB (Red+Green+Blue) = 217+129+95=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D9815F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9815F is #267EA0. Grayscale: #979797. Windows color (decimal): -2522785 or 6259161. OLE color: 6259161.

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

Color convert

RGB 217 129 95 -
CMYK 0 0.41 0.56 0.15
HSL 16.72º 0.62% 0.61% -
HSV(B) 16.72º 0.56% 0.85% -
XYZ 38.53 31.28 14.83 -
YUV 151.44 96.15 174.76 -
System Red Green Blue C M Y K H S L
Decimal 217 129 95 0 0.41 0.56 0.15 16.72 0.62 0.61
Hex D9 81 5F 0 29 38 F 11 3E 3D
Octal 331 201 137 0 51 70 17 21 76 75
Binary 11011001 10000001 1011111 0 101001 111000 1111 10001 111110 111101

Color Harmonies of #D9815F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9815F

Black with #D9815F

Text Example


Text Example

White with #D9815F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9815F; }

 p { color: rgb(217,129,95); }

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

background-color css

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

 a { background-color: rgb(217,129,95); }

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

border-color css

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

 span { border-color: rgb(217,129,95); }

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