#D68169

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

Shades of Burning Sand #D68169

Tints of Burning Sand #D68169

Color information

#D68169 (or 0xD68169) is unknown color: approx Burning Sand. HEX triplet: D6, 81 and 69. RGB value is (214,129,105). Sum of RGB (Red+Green+Blue) = 214+129+105=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 105 (41.41% from 255 or 23.44% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D68169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68169 is #297E96. Grayscale: #979797. Windows color (decimal): -2719383 or 6914518. OLE color: 6914518.

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

Color convert

RGB214129105-
CMYK00.400.510.16
HSL13.21º57.07%62.55%-
HSV(B)13.21º50.93%83.92%-
XYZ38.1331.0217.34-
YUV151.68101.66172.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.77%
GREEN value IS 129 (50.78% from 255) = 28.79%
BLUE value IS 105 (41.41% from 255) = 23.44%
R=47.77%
G=28.79%
B=23.44%

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
Decimal21412910500.400.510.1613.2157.0762.55
HexD681690283310d393f
Octal3262011510506320157177
Binary110101101000000111010010101000110011100001101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68169; }

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

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

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

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

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

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

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

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