Html Css Color HEX #CCA136 Metallic Gold

📋 copy color: '#CCA136'

red 204 ◦ green 161 ◦ blue 54

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

Shades of Metallic Gold #CCA136

Tints of Metallic Gold #CCA136

RGB

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

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

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

R = 48.69%
G = 38.42%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CCA136 (or 0xCCA136) is known color: Metallic Gold. HEX triplet: CC, A1 and 36. RGB value is (204,161,54). Sum of RGB (Red+Green+Blue) = 204+161+54=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 54 (21.48% from 255 or 12.89% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA136 is #335EC9. Grayscale: #A2A2A2. Windows color (decimal): -3366602 or 3580364. OLE color: 3580364.

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

Color convert

RGB 204 161 54 -
CMYK 0 0.21 0.74 0.2
HSL 42.8º 0.6% 0.51% -
HSV(B) 42.8º 0.74% 0.8% -
XYZ 38.31 38.59 8.92 -
YUV 161.66 67.25 158.2 -
System Red Green Blue C M Y K H S L
Decimal 204 161 54 0 0.21 0.74 0.2 42.8 0.6 0.51
Hex CC A1 36 0 15 4A 14 2B 3C 33
Octal 314 241 66 0 25 112 24 53 74 63
Binary 11001100 10100001 110110 0 10101 1001010 10100 101011 111100 110011

Color Harmonies of #CCA136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA136

Black with #CCA136

Text Example


Text Example

White with #CCA136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA136; }

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

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

background-color css

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

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

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

border-color css

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

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

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