#D67F69

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

Shades of Burning Sand #D67F69

Tints of Burning Sand #D67F69

Color information

#D67F69 (or 0xD67F69) is unknown color: approx Burning Sand. HEX triplet: D6, 7F and 69. RGB value is (214,127,105). Sum of RGB (Red+Green+Blue) = 214+127+105=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 105 (41.41% from 255 or 23.54% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D67F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67F69 is #298096. Grayscale: #969696. Windows color (decimal): -2719895 or 6914006. OLE color: 6914006.

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

Color convert

RGB214127105-
CMYK00.410.510.16
HSL12.11º57.07%62.55%-
HSV(B)12.11º50.93%83.92%-
XYZ37.8730.4917.25-
YUV150.5102.32173.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.98%
GREEN value IS 127 (50% from 255) = 28.48%
BLUE value IS 105 (41.41% from 255) = 23.54%
R=47.98%
G=28.48%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412710500.410.510.1612.1157.0762.55
HexD67F690293310c393f
Octal3261771510516320147177
Binary11010110111111111010010101001110011100001100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67F69; }

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

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

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

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

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

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

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

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