#D07F39

Color #D07F39 Golden Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Bell #D07F39

Tints of Golden Bell #D07F39

Color information

#D07F39 (or 0xD07F39) is unknown color: approx Golden Bell. HEX triplet: D0, 7F and 39. RGB value is (208,127,57). Sum of RGB (Red+Green+Blue) = 208+127+57=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 57 (22.66% from 255 or 14.54% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07F39 is #2F80C6. Grayscale: #8F8F8F. Windows color (decimal): -3113159 or 3768272. OLE color: 3768272.

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

Color convert

RGB20812757-
CMYK00.390.730.18
HSL27.81º61.63%51.96%-
HSV(B)27.81º72.6%81.57%-
XYZ34.3428.887.64-
YUV143.2479.34174.19-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 53.06%
GREEN value IS 127 (50% from 255) = 32.40%
BLUE value IS 57 (22.66% from 255) = 14.54%
R=53.06%
G=32.40%
B=14.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081275700.390.730.1827.8161.6351.96
HexD07F3902749121c3e34
Octal3201777104711122347664
Binary110100001111111111001010011110010011001011100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07F39; }

 p { color: rgb(208,127,57); }

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

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

 a { background-color: rgb(208,127,57); }

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

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

 span { border-color: rgb(208,127,57); }

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