#D68069

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

Shades of Burning Sand #D68069

Tints of Burning Sand #D68069

Color information

#D68069 (or 0xD68069) is unknown color: approx Burning Sand. HEX triplet: D6, 80 and 69. RGB value is (214,128,105). Sum of RGB (Red+Green+Blue) = 214+128+105=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 105 (41.41% from 255 or 23.49% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D68069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68069 is #297F96. Grayscale: #979797. Windows color (decimal): -2719639 or 6914262. OLE color: 6914262.

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

Color convert

RGB214128105-
CMYK00.400.510.16
HSL12.66º57.07%62.55%-
HSV(B)12.66º50.93%83.92%-
XYZ3830.7517.3-
YUV151.09101.99172.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.87%
GREEN value IS 128 (50.39% from 255) = 28.64%
BLUE value IS 105 (41.41% from 255) = 23.49%
R=47.87%
G=28.64%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412810500.400.510.1612.6657.0762.55
HexD680690283310d393f
Octal3262001510506320157177
Binary110101101000000011010010101000110011100001101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68069; }

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

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

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

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

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

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

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

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