#D67B64

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

Shades of Burning Sand #D67B64

Tints of Burning Sand #D67B64

Color information

#D67B64 (or 0xD67B64) is unknown color: approx Burning Sand. HEX triplet: D6, 7B and 64. RGB value is (214,123,100). Sum of RGB (Red+Green+Blue) = 214+123+100=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 123 (48.44% from 255 or 28.15% from 437); Blue value is 100 (39.45% from 255 or 22.88% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D67B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67B64 is #29849B. Grayscale: #939393. Windows color (decimal): -2720924 or 6585302. OLE color: 6585302.

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

Color convert

RGB214123100-
CMYK00.430.530.16
HSL12.11º58.16%61.57%-
HSV(B)12.11º53.27%83.92%-
XYZ37.1129.3815.77-
YUV147.59101.15175.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.97%
GREEN value IS 123 (48.44% from 255) = 28.15%
BLUE value IS 100 (39.45% from 255) = 22.88%
R=48.97%
G=28.15%
B=22.88%

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
Decimal21412310000.430.530.1612.1158.1661.57
HexD67B6402B3510c3a3e
Octal3261731440536520147276
Binary11010110111101111001000101011110101100001100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67B64; }

 p { color: rgb(214,123,100); }

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

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

 a { background-color: rgb(214,123,100); }

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

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

 span { border-color: rgb(214,123,100); }

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