#D68661

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

Shades of Burning Sand #D68661

Tints of Burning Sand #D68661

Color information

#D68661 (or 0xD68661) is unknown color: approx Burning Sand. HEX triplet: D6, 86 and 61. RGB value is (214,134,97). Sum of RGB (Red+Green+Blue) = 214+134+97=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 97 (38.28% from 255 or 21.80% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D68661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68661 is #29799E. Grayscale: #999999. Windows color (decimal): -2718111 or 6391510. OLE color: 6391510.

HSL color Cylindrical-coordinate representation of color #D68661: hue angle of 18.97º 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 #D68661 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB21413497-
CMYK00.370.550.16
HSL18.97º58.79%60.98%-
HSV(B)18.97º54.67%83.92%-
XYZ38.4132.2115.5-
YUV153.796171.01-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.09%
GREEN value IS 134 (52.73% from 255) = 30.11%
BLUE value IS 97 (38.28% from 255) = 21.80%
R=48.09%
G=30.11%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141349700.370.550.1618.9758.7960.98
HexD686610253710133b3d
Octal3262061410456720237375
Binary1101011010000110110000101001011101111000010011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68661; }

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

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

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

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

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

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

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

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