#D68055

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

Shades of Burning Sand #D68055

Tints of Burning Sand #D68055

Color information

#D68055 (or 0xD68055) is unknown color: approx Burning Sand. HEX triplet: D6, 80 and 55. RGB value is (214,128,85). Sum of RGB (Red+Green+Blue) = 214+128+85=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 85 (33.59% from 255 or 19.91% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D68055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68055 is #297FAA. Grayscale: #959595. Windows color (decimal): -2719659 or 5603542. OLE color: 5603542.

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

Color convert

RGB21412885-
CMYK00.400.600.16
HSL20º61.14%58.63%-
HSV(B)20º60.28%83.92%-
XYZ37.0930.3912.51-
YUV148.8191.99174.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.12%
GREEN value IS 128 (50.39% from 255) = 29.98%
BLUE value IS 85 (33.59% from 255) = 19.91%
R=50.12%
G=29.98%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141288500.400.600.162061.1458.63
HexD680550283C10143d3b
Octal3262001250507420247573
Binary1101011010000000101010101010001111001000010100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68055; }

 p { color: rgb(214,128,85); }

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

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

 a { background-color: rgb(214,128,85); }

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

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

 span { border-color: rgb(214,128,85); }

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