Html Css Color HEX #CCA139 Metallic Gold

📋 copy color: '#CCA139'

red 204 ◦ green 161 ◦ blue 57

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

Shades of Metallic Gold #CCA139

Tints of Metallic Gold #CCA139

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.15%

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

R = 48.34%
G = 38.15%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CCA139 (or 0xCCA139) is known color: Metallic Gold. HEX triplet: CC, A1 and 39. RGB value is (204,161,57). Sum of RGB (Red+Green+Blue) = 204+161+57=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 57 (22.66% from 255 or 13.51% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA139 is #335EC6. Grayscale: #A2A2A2. Windows color (decimal): -3366599 or 3776972. OLE color: 3776972.

HSL color Cylindrical-coordinate representation of color #CCA139: hue angle of 42.45º 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 #CCA139 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 161 57 -
CMYK 0 0.21 0.72 0.2
HSL 42.45º 0.59% 0.51% -
HSV(B) 42.45º 0.72% 0.8% -
XYZ 38.39 38.62 9.3 -
YUV 162 68.75 157.96 -
System Red Green Blue C M Y K H S L
Decimal 204 161 57 0 0.21 0.72 0.2 42.45 0.59 0.51
Hex CC A1 39 0 15 48 14 2A 3B 33
Octal 314 241 71 0 25 110 24 52 73 63
Binary 11001100 10100001 111001 0 10101 1001000 10100 101010 111011 110011

Color Harmonies of #CCA139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA139

Black with #CCA139

Text Example


Text Example

White with #CCA139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA139; }

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

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

background-color css

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

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

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

border-color css

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

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

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