#D07D40

Color #D07D40 Raw Sienna (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Sienna #D07D40

Tints of Raw Sienna #D07D40

Color information

#D07D40 (or 0xD07D40) is unknown color: approx Raw Sienna. HEX triplet: D0, 7D and 40. RGB value is (208,125,64). Sum of RGB (Red+Green+Blue) = 208+125+64=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07D40 is #2F82BF. Grayscale: #8F8F8F. Windows color (decimal): -3113664 or 4226512. OLE color: 4226512.

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

Color convert

RGB20812564-
CMYK00.400.690.18
HSL25.42º60.5%53.33%-
HSV(B)25.42º69.23%81.57%-
XYZ34.2728.458.54-
YUV142.8683.5174.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52.39%
GREEN value IS 125 (49.22% from 255) = 31.49%
BLUE value IS 64 (25.39% from 255) = 16.12%
R=52.39%
G=31.49%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081256400.400.690.1825.4260.553.33
HexD07D400284512193d35
Octal32017510005010522317565
Binary1101000011111011000000010100010001011001011001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07D40; }

 p { color: rgb(208,125,64); }

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

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

 a { background-color: rgb(208,125,64); }

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

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

 span { border-color: rgb(208,125,64); }

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