#D07A67

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

Shades of Burning Sand #D07A67

Tints of Burning Sand #D07A67

Color information

#D07A67 (or 0xD07A67) is unknown color: approx Burning Sand. HEX triplet: D0, 7A and 67. RGB value is (208,122,103). Sum of RGB (Red+Green+Blue) = 208+122+103=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 103 (40.62% from 255 or 23.79% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07A67 is #2F8598. Grayscale: #919191. Windows color (decimal): -3114393 or 6781648. OLE color: 6781648.

HSL color Cylindrical-coordinate representation of color #D07A67: hue angle of 10.86º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D07A67 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB208122103-
CMYK00.410.500.18
HSL10.86º52.76%60.98%-
HSV(B)10.86º50.48%81.57%-
XYZ35.4228.3116.43-
YUV145.55103.99172.54-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.04%
GREEN value IS 122 (48.05% from 255) = 28.18%
BLUE value IS 103 (40.62% from 255) = 23.79%
R=48.04%
G=28.18%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812210300.410.500.1810.8652.7660.98
HexD07A670293212b353d
Octal3201721470516222136575
Binary11010000111101011001110101001110010100101011110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07A67; }

 p { color: rgb(208,122,103); }

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

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

 a { background-color: rgb(208,122,103); }

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

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

 span { border-color: rgb(208,122,103); }

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