#D07C6A

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

Shades of Burning Sand #D07C6A

Tints of Burning Sand #D07C6A

Color information

#D07C6A (or 0xD07C6A) is unknown color: approx Burning Sand. HEX triplet: D0, 7C and 6A. RGB value is (208,124,106). Sum of RGB (Red+Green+Blue) = 208+124+106=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 106 (41.80% from 255 or 24.20% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07C6A is #2F8395. Grayscale: #939393. Windows color (decimal): -3113878 or 6978768. OLE color: 6978768.

HSL color Cylindrical-coordinate representation of color #D07C6A: hue angle of 10.59º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D07C6A is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB208124106-
CMYK00.400.490.18
HSL10.59º52.04%61.57%-
HSV(B)10.59º49.04%81.57%-
XYZ35.8228.8717.32-
YUV147.06104.83171.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.49%
GREEN value IS 124 (48.83% from 255) = 28.31%
BLUE value IS 106 (41.80% from 255) = 24.20%
R=47.49%
G=28.31%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812410600.400.490.1810.5952.0461.57
HexD07C6A0283112b343e
Octal3201741520506122136476
Binary11010000111110011010100101000110001100101011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07C6A; }

 p { color: rgb(208,124,106); }

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

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

 a { background-color: rgb(208,124,106); }

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

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

 span { border-color: rgb(208,124,106); }

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