#D67D65

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

Shades of Burning Sand #D67D65

Tints of Burning Sand #D67D65

Color information

#D67D65 (or 0xD67D65) is unknown color: approx Burning Sand. HEX triplet: D6, 7D and 65. RGB value is (214,125,101). Sum of RGB (Red+Green+Blue) = 214+125+101=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 101 (39.84% from 255 or 22.95% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67D65 is #29829A. Grayscale: #959595. Windows color (decimal): -2720411 or 6651350. OLE color: 6651350.

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

Color convert

RGB214125101-
CMYK00.420.530.16
HSL12.74º57.95%61.76%-
HSV(B)12.74º52.8%83.92%-
XYZ37.4129.916.11-
YUV148.88100.99174.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.64%
GREEN value IS 125 (49.22% from 255) = 28.41%
BLUE value IS 101 (39.84% from 255) = 22.95%
R=48.64%
G=28.41%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412510100.420.530.1612.7457.9561.76
HexD67D6502A3510d3a3e
Octal3261751450526520157276
Binary11010110111110111001010101010110101100001101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67D65; }

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

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

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

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

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

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

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

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