#D67965

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

Shades of Burning Sand #D67965

Tints of Burning Sand #D67965

Color information

#D67965 (or 0xD67965) is unknown color: approx Burning Sand. HEX triplet: D6, 79 and 65. RGB value is (214,121,101). Sum of RGB (Red+Green+Blue) = 214+121+101=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D67965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67965 is #29869A. Grayscale: #929292. Windows color (decimal): -2721435 or 6650326. OLE color: 6650326.

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

Color convert

RGB214121101-
CMYK00.430.530.16
HSL10.62º57.95%61.76%-
HSV(B)10.62º52.8%83.92%-
XYZ36.9228.9115.95-
YUV146.53102.31176.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.08%
GREEN value IS 121 (47.66% from 255) = 27.75%
BLUE value IS 101 (39.84% from 255) = 23.17%
R=49.08%
G=27.75%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412110100.430.530.1610.6257.9561.76
HexD6796502B3510b3a3e
Octal3261711450536520137276
Binary11010110111100111001010101011110101100001011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67965; }

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

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

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

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

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

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

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

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