Html Css Color HEX #CCC030 Old Gold

📋 copy color: '#CCC030'

red 204 ◦ green 192 ◦ blue 48

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

Shades of Old Gold #CCC030

Tints of Old Gold #CCC030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.81%

R = 45.95%
G = 43.24%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CCC030 (or 0xCCC030) is known color: Old Gold. HEX triplet: CC, C0 and 30. RGB value is (204,192,48). Sum of RGB (Red+Green+Blue) = 204+192+48=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 48 (19.14% from 255 or 10.81% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC030 is #333FCF. Grayscale: #B3B3B3. Windows color (decimal): -3358672 or 3195084. OLE color: 3195084.

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

Color convert

RGB 204 192 48 -
CMYK 0 0.06 0.76 0.2
HSL 55.38º 0.62% 0.49% -
HSV(B) 55.38º 0.76% 0.8% -
XYZ 44.28 50.75 10.26 -
YUV 179.17 53.98 145.71 -
System Red Green Blue C M Y K H S L
Decimal 204 192 48 0 0.06 0.76 0.2 55.38 0.62 0.49
Hex CC C0 30 0 6 4C 14 37 3E 31
Octal 314 300 60 0 6 114 24 67 76 61
Binary 11001100 11000000 110000 0 110 1001100 10100 110111 111110 110001

Color Harmonies of #CCC030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC030

Black with #CCC030

Text Example


Text Example

White with #CCC030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC030; }

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

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

background-color css

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

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

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

border-color css

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

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

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