#CCBE35

Color #CCBE35 Old Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Gold #CCBE35

Tints of Old Gold #CCBE35

Color information

#CCBE35 (or 0xCCBE35) is unknown color: approx Old Gold. HEX triplet: CC, BE and 35. RGB value is (204,190,53). Sum of RGB (Red+Green+Blue) = 204+190+53=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 53 (21.09% from 255 or 11.86% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBE35 is #3341CA. Grayscale: #B3B3B3. Windows color (decimal): -3359179 or 3522252. OLE color: 3522252.

HSL color Cylindrical-coordinate representation of color #CCBE35: hue angle of 54.44º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCBE35 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB20419053-
CMYK00.070.740.2
HSL54.44º59.68%50.39%-
HSV(B)54.44º74.02%80%-
XYZ43.9649.9210.69-
YUV178.5757.14146.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.64%
GREEN value IS 190 (74.61% from 255) = 42.51%
BLUE value IS 53 (21.09% from 255) = 11.86%
R=45.64%
G=42.51%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.74
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041905300.070.740.254.4459.6850.39
HexCCBE35074A14363c32
Octal314276650711224667462
Binary11001100101111101101010111100101010100110110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBE35; }

 p { color: rgb(204,190,53); }

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

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

 a { background-color: rgb(204,190,53); }

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

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

 span { border-color: rgb(204,190,53); }

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