#D67B65

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

Shades of Burning Sand #D67B65

Tints of Burning Sand #D67B65

Color information

#D67B65 (or 0xD67B65) is unknown color: approx Burning Sand. HEX triplet: D6, 7B and 65. RGB value is (214,123,101). Sum of RGB (Red+Green+Blue) = 214+123+101=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 123 (48.44% from 255 or 28.08% from 438); Blue value is 101 (39.84% from 255 or 23.06% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D67B65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67B65 is #29849A. Grayscale: #939393. Windows color (decimal): -2720923 or 6650838. OLE color: 6650838.

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

Color convert

RGB214123101-
CMYK00.430.530.16
HSL11.68º57.95%61.76%-
HSV(B)11.68º52.8%83.92%-
XYZ37.1629.416.03-
YUV147.7101.65175.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.86%
GREEN value IS 123 (48.44% from 255) = 28.08%
BLUE value IS 101 (39.84% from 255) = 23.06%
R=48.86%
G=28.08%
B=23.06%

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
Decimal21412310100.430.530.1611.6857.9561.76
HexD67B6502B3510c3a3e
Octal3261731450536520147276
Binary11010110111101111001010101011110101100001100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67B65; }

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

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

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

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

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

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

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

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