#CD7F39

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

Shades of Golden Bell #CD7F39

Tints of Golden Bell #CD7F39

Color information

#CD7F39 (or 0xCD7F39) is unknown color: approx Golden Bell. HEX triplet: CD, 7F and 39. RGB value is (205,127,57). Sum of RGB (Red+Green+Blue) = 205+127+57=389 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.70% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 57 (22.66% from 255 or 14.65% from 389); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7F39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7F39 is #3280C6. Grayscale: #8E8E8E. Windows color (decimal): -3309767 or 3768269. OLE color: 3768269.

HSL color Cylindrical-coordinate representation of color #CD7F39: hue angle of 28.38º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD7F39 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB20512757-
CMYK00.380.720.20
HSL28.38º59.68%51.37%-
HSV(B)28.38º72.2%80.39%-
XYZ33.528.457.6-
YUV142.3479.84172.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.70%
GREEN value IS 127 (50% from 255) = 32.65%
BLUE value IS 57 (22.66% from 255) = 14.65%
R=52.70%
G=32.65%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051275700.380.720.2028.3859.6851.37
HexCD7F3902648141c3c33
Octal3151777104611024347463
Binary110011011111111111001010011010010001010011100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7F39; }

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

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

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

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

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

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

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

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