Html Css Color HEX #CCC036 Old Gold

📋 copy color: '#CCC036'

red 204 ◦ green 192 ◦ blue 54

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

Shades of Old Gold #CCC036

Tints of Old Gold #CCC036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12%

R = 45.33%
G = 42.67%
B = 12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CCC036 (or 0xCCC036) is known color: Old Gold. HEX triplet: CC, C0 and 36. RGB value is (204,192,54). Sum of RGB (Red+Green+Blue) = 204+192+54=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 54 (21.48% from 255 or 12% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC036 is #333FC9. Grayscale: #B4B4B4. Windows color (decimal): -3358666 or 3588300. OLE color: 3588300.

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

Color convert

RGB 204 192 54 -
CMYK 0 0.06 0.74 0.2
HSL 55.2º 0.6% 0.51% -
HSV(B) 55.2º 0.74% 0.8% -
XYZ 44.42 50.8 10.95 -
YUV 179.86 56.98 145.22 -
System Red Green Blue C M Y K H S L
Decimal 204 192 54 0 0.06 0.74 0.2 55.2 0.6 0.51
Hex CC C0 36 0 6 4A 14 37 3C 33
Octal 314 300 66 0 6 112 24 67 74 63
Binary 11001100 11000000 110110 0 110 1001010 10100 110111 111100 110011

Color Harmonies of #CCC036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC036

Black with #CCC036

Text Example


Text Example

White with #CCC036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC036; }

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

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

background-color css

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

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

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

border-color css

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

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

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