#CD7D3B

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

Shades of Golden Bell #CD7D3B

Tints of Golden Bell #CD7D3B

Color information

#CD7D3B (or 0xCD7D3B) is unknown color: approx Golden Bell. HEX triplet: CD, 7D and 3B. RGB value is (205,125,59). Sum of RGB (Red+Green+Blue) = 205+125+59=389 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.70% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 59 (23.44% from 255 or 15.17% from 389); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7D3B is #3282C4. Grayscale: #8D8D8D. Windows color (decimal): -3310277 or 3898829. OLE color: 3898829.

HSL color Cylindrical-coordinate representation of color #CD7D3B: hue angle of 27.12º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CD7D3B is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB20512559-
CMYK00.390.710.20
HSL27.12º59.35%51.76%-
HSV(B)27.12º71.22%80.39%-
XYZ33.327.967.78-
YUV141.481.5173.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.70%
GREEN value IS 125 (49.22% from 255) = 32.13%
BLUE value IS 59 (23.44% from 255) = 15.17%
R=52.70%
G=32.13%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051255900.390.710.2027.1259.3551.76
HexCD7D3B02747141b3b34
Octal3151757304710724337364
Binary110011011111101111011010011110001111010011011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7D3B; }

 p { color: rgb(205,125,59); }

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

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

 a { background-color: rgb(205,125,59); }

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

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

 span { border-color: rgb(205,125,59); }

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