Html Css Color HEX #CCC032 Old Gold

📋 copy color: '#CCC032'

red 204 ◦ green 192 ◦ blue 50

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

Shades of Old Gold #CCC032

Tints of Old Gold #CCC032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.21%

R = 45.74%
G = 43.05%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CCC032 (or 0xCCC032) is known color: Old Gold. HEX triplet: CC, C0 and 32. RGB value is (204,192,50). Sum of RGB (Red+Green+Blue) = 204+192+50=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 50 (19.92% from 255 or 11.21% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC032 is #333FCD. Grayscale: #B3B3B3. Windows color (decimal): -3358670 or 3326156. OLE color: 3326156.

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

Color convert

RGB 204 192 50 -
CMYK 0 0.06 0.75 0.2
HSL 55.32º 0.61% 0.5% -
HSV(B) 55.32º 0.75% 0.8% -
XYZ 44.33 50.77 10.48 -
YUV 179.4 54.98 145.55 -
System Red Green Blue C M Y K H S L
Decimal 204 192 50 0 0.06 0.75 0.2 55.32 0.61 0.5
Hex CC C0 32 0 6 4B 14 37 3D 32
Octal 314 300 62 0 6 113 24 67 75 62
Binary 11001100 11000000 110010 0 110 1001011 10100 110111 111101 110010

Color Harmonies of #CCC032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC032

Black with #CCC032

Text Example


Text Example

White with #CCC032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC032; }

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

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

background-color css

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

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

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

border-color css

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

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

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