#D68358

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

Shades of Burning Sand #D68358

Tints of Burning Sand #D68358

Color information

#D68358 (or 0xD68358) is unknown color: approx Burning Sand. HEX triplet: D6, 83 and 58. RGB value is (214,131,88). Sum of RGB (Red+Green+Blue) = 214+131+88=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 88 (34.77% from 255 or 20.32% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D68358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68358 is #297CA7. Grayscale: #979797. Windows color (decimal): -2718888 or 5800918. OLE color: 5800918.

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

Color convert

RGB21413188-
CMYK00.390.590.16
HSL20.48º60.58%59.22%-
HSV(B)20.48º58.88%83.92%-
XYZ37.6131.2313.28-
YUV150.9292.5173-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.42%
GREEN value IS 131 (51.56% from 255) = 30.25%
BLUE value IS 88 (34.77% from 255) = 20.32%
R=49.42%
G=30.25%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141318800.390.590.1620.4860.5859.22
HexD683580273B10143d3b
Octal3262031300477320247573
Binary1101011010000011101100001001111110111000010100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68358; }

 p { color: rgb(214,131,88); }

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

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

 a { background-color: rgb(214,131,88); }

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

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

 span { border-color: rgb(214,131,88); }

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