#D6815C

Color #D6815C Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #D6815C

Tints of Burning Sand #D6815C

Color information

#D6815C (or 0xD6815C) is unknown color: approx Burning Sand. HEX triplet: D6, 81 and 5C. RGB value is (214,129,92). Sum of RGB (Red+Green+Blue) = 214+129+92=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D6815C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6815C is #297EA3. Grayscale: #969696. Windows color (decimal): -2719396 or 6062550. OLE color: 6062550.

HSL color Cylindrical-coordinate representation of color #D6815C: hue angle of 18.2º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6815C is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21412992-
CMYK00.400.570.16
HSL18.2º59.8%60%-
HSV(B)18.2º57.01%83.92%-
XYZ37.5130.7714.09-
YUV150.295.16173.51-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.20%
GREEN value IS 129 (50.78% from 255) = 29.66%
BLUE value IS 92 (36.33% from 255) = 21.15%
R=49.20%
G=29.66%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141299200.400.570.1618.259.860
HexD6815C0283910123c3c
Octal3262011340507120227474
Binary1101011010000001101110001010001110011000010010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6815C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6815C; }

 p { color: rgb(214,129,92); }

 H1.HeaderClassName
 {
   color: #D6815C;
 }
 .AnyTagClassName
 {
   color: #D6815C;
 }
</style>
background-color css

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

 a { background-color: rgb(214,129,92); }

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

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

 span { border-color: rgb(214,129,92); }

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