Html Css Color HEX #CCA336 Metallic Gold

📋 copy color: '#CCA336'

red 204 ◦ green 163 ◦ blue 54

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

Shades of Metallic Gold #CCA336

Tints of Metallic Gold #CCA336

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.72%

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

R = 48.46%
G = 38.72%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CCA336 (or 0xCCA336) is known color: Metallic Gold. HEX triplet: CC, A3 and 36. RGB value is (204,163,54). Sum of RGB (Red+Green+Blue) = 204+163+54=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 54 (21.48% from 255 or 12.83% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA336 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA336 is #335CC9. Grayscale: #A3A3A3. Windows color (decimal): -3366090 or 3580876. OLE color: 3580876.

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

Color convert

RGB 204 163 54 -
CMYK 0 0.20 0.74 0.2
HSL 43.6º 0.6% 0.51% -
HSV(B) 43.6º 0.74% 0.8% -
XYZ 38.66 39.3 9.04 -
YUV 162.83 66.58 157.36 -
System Red Green Blue C M Y K H S L
Decimal 204 163 54 0 0.20 0.74 0.2 43.6 0.6 0.51
Hex CC A3 36 0 14 4A 14 2C 3C 33
Octal 314 243 66 0 24 112 24 54 74 63
Binary 11001100 10100011 110110 0 10100 1001010 10100 101100 111100 110011

Color Harmonies of #CCA336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA336

Black with #CCA336

Text Example


Text Example

White with #CCA336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA336; }

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

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

background-color css

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

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

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

border-color css

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

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

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