#D67D68

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

Shades of Burning Sand #D67D68

Tints of Burning Sand #D67D68

Color information

#D67D68 (or 0xD67D68) is unknown color: approx Burning Sand. HEX triplet: D6, 7D and 68. RGB value is (214,125,104). Sum of RGB (Red+Green+Blue) = 214+125+104=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67D68 is #298297. Grayscale: #959595. Windows color (decimal): -2720408 or 6847958. OLE color: 6847958.

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

Color convert

RGB214125104-
CMYK00.420.510.16
HSL11.45º57.29%62.35%-
HSV(B)11.45º51.4%83.92%-
XYZ37.5629.9616.9-
YUV149.22102.49174.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.31%
GREEN value IS 125 (49.22% from 255) = 28.22%
BLUE value IS 104 (41.02% from 255) = 23.48%
R=48.31%
G=28.22%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412510400.420.510.1611.4557.2962.35
HexD67D6802A3310b393e
Octal3261751500526320137176
Binary11010110111110111010000101010110011100001011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67D68; }

 p { color: rgb(214,125,104); }

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

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

 a { background-color: rgb(214,125,104); }

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

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

 span { border-color: rgb(214,125,104); }

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