#CD7E3B

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

Shades of Golden Bell #CD7E3B

Tints of Golden Bell #CD7E3B

Color information

#CD7E3B (or 0xCD7E3B) is unknown color: approx Golden Bell. HEX triplet: CD, 7E and 3B. RGB value is (205,126,59). Sum of RGB (Red+Green+Blue) = 205+126+59=390 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.56% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 59 (23.44% from 255 or 15.13% from 390); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7E3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7E3B is #3281C4. Grayscale: #8E8E8E. Windows color (decimal): -3310021 or 3899085. OLE color: 3899085.

HSL color Cylindrical-coordinate representation of color #CD7E3B: hue angle of 27.53º 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 #CD7E3B is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB20512659-
CMYK00.390.710.20
HSL27.53º59.35%51.76%-
HSV(B)27.53º71.22%80.39%-
XYZ33.4328.227.82-
YUV141.9881.17172.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.56%
GREEN value IS 126 (49.61% from 255) = 32.31%
BLUE value IS 59 (23.44% from 255) = 15.13%
R=52.56%
G=32.31%
B=15.13%

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
Decimal2051265900.390.710.2027.5359.3551.76
HexCD7E3B02747141c3b34
Octal3151767304710724347364
Binary110011011111110111011010011110001111010011100111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7E3B; }

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

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

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

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

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

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

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

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