Html Css Color HEX #CCC039 Old Gold

📋 copy color: '#CCC039'

red 204 ◦ green 192 ◦ blue 57

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

Shades of Old Gold #CCC039

Tints of Old Gold #CCC039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 12.58%

R = 45.03%
G = 42.38%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CCC039 (or 0xCCC039) is known color: Old Gold. HEX triplet: CC, C0 and 39. RGB value is (204,192,57). Sum of RGB (Red+Green+Blue) = 204+192+57=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 57 (22.66% from 255 or 12.58% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC039 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC039 is #333FC6. Grayscale: #B4B4B4. Windows color (decimal): -3358663 or 3784908. OLE color: 3784908.

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

Color convert

RGB 204 192 57 -
CMYK 0 0.06 0.72 0.2
HSL 55.1º 0.59% 0.51% -
HSV(B) 55.1º 0.72% 0.8% -
XYZ 44.49 50.83 11.34 -
YUV 180.2 58.48 144.98 -
System Red Green Blue C M Y K H S L
Decimal 204 192 57 0 0.06 0.72 0.2 55.1 0.59 0.51
Hex CC C0 39 0 6 48 14 37 3B 33
Octal 314 300 71 0 6 110 24 67 73 63
Binary 11001100 11000000 111001 0 110 1001000 10100 110111 111011 110011

Color Harmonies of #CCC039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC039

Black with #CCC039

Text Example


Text Example

White with #CCC039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC039; }

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

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

background-color css

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

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

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

border-color css

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

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

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