#D68561

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

Shades of Burning Sand #D68561

Tints of Burning Sand #D68561

Color information

#D68561 (or 0xD68561) is unknown color: approx Burning Sand. HEX triplet: D6, 85 and 61. RGB value is (214,133,97). Sum of RGB (Red+Green+Blue) = 214+133+97=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 97 (38.28% from 255 or 21.85% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D68561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68561 is #297A9E. Grayscale: #999999. Windows color (decimal): -2718367 or 6391254. OLE color: 6391254.

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

Color convert

RGB21413397-
CMYK00.380.550.16
HSL18.46º58.79%60.98%-
HSV(B)18.46º54.67%83.92%-
XYZ38.2831.9315.46-
YUV153.1196.34171.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.20%
GREEN value IS 133 (52.34% from 255) = 29.95%
BLUE value IS 97 (38.28% from 255) = 21.85%
R=48.20%
G=29.95%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141339700.380.550.1618.4658.7960.98
HexD685610263710123b3d
Octal3262051410466720227375
Binary1101011010000101110000101001101101111000010010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68561; }

 p { color: rgb(214,133,97); }

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

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

 a { background-color: rgb(214,133,97); }

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

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

 span { border-color: rgb(214,133,97); }

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