Html Css Color HEX #CCC037 Old Gold

📋 copy color: '#CCC037'

red 204 ◦ green 192 ◦ blue 55

#CCC037
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Gold #CCC037

Tints of Old Gold #CCC037

RGB

 RED value IS 204 (80.08% from 255) = 45.23%

 GREEN value IS 192 (75.39% from 255) = 42.57%

 BLUE value IS 55 (21.88% from 255) = 12.2%

R = 45.23%
G = 42.57%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CCC037 (or 0xCCC037) is known color: Old Gold. HEX triplet: CC, C0 and 37. RGB value is (204,192,55). Sum of RGB (Red+Green+Blue) = 204+192+55=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 55 (21.88% from 255 or 12.20% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC037 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC037 is #333FC8. Grayscale: #B4B4B4. Windows color (decimal): -3358665 or 3653836. OLE color: 3653836.

HSL color Cylindrical-coordinate representation of color #CCC037: hue angle of 55.17º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCC037 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 192 55 -
CMYK 0 0.06 0.73 0.2
HSL 55.17º 0.59% 0.51% -
HSV(B) 55.17º 0.73% 0.8% -
XYZ 44.44 50.81 11.08 -
YUV 179.97 57.48 145.14 -
System Red Green Blue C M Y K H S L
Decimal 204 192 55 0 0.06 0.73 0.2 55.17 0.59 0.51
Hex CC C0 37 0 6 49 14 37 3B 33
Octal 314 300 67 0 6 111 24 67 73 63
Binary 11001100 11000000 110111 0 110 1001001 10100 110111 111011 110011

Color Harmonies of #CCC037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC037

Black with #CCC037

Text Example


Text Example

White with #CCC037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC037; }

 p { color: rgb(204,192,55); }

 H1.HeaderClassName
 {
   color: #CCC037;
 }
 .AnyTagClassName
 {
   color: #CCC037;
 }
</style>

background-color css

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

 a { background-color: rgb(204,192,55); }

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

border-color css

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

 span { border-color: rgb(204,192,55); }

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