#D67E67

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

Shades of Burning Sand #D67E67

Tints of Burning Sand #D67E67

Color information

#D67E67 (or 0xD67E67) is unknown color: approx Burning Sand. HEX triplet: D6, 7E and 67. RGB value is (214,126,103). Sum of RGB (Red+Green+Blue) = 214+126+103=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 103 (40.62% from 255 or 23.25% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D67E67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67E67 is #298198. Grayscale: #959595. Windows color (decimal): -2720153 or 6782678. OLE color: 6782678.

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

Color convert

RGB214126103-
CMYK00.410.520.16
HSL12.43º57.51%62.16%-
HSV(B)12.43º51.87%83.92%-
XYZ37.6430.216.68-
YUV149.69101.65173.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.31%
GREEN value IS 126 (49.61% from 255) = 28.44%
BLUE value IS 103 (40.62% from 255) = 23.25%
R=48.31%
G=28.44%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412610300.410.520.1612.4357.5162.16
HexD67E670293410c3a3e
Octal3261761470516420147276
Binary11010110111111011001110101001110100100001100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67E67; }

 p { color: rgb(214,126,103); }

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

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

 a { background-color: rgb(214,126,103); }

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

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

 span { border-color: rgb(214,126,103); }

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