Html Css Color HEX #CCA534 Metallic Gold

📋 copy color: '#CCA534'

red 204 ◦ green 165 ◦ blue 52

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

Shades of Metallic Gold #CCA534

Tints of Metallic Gold #CCA534

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.19%

 BLUE value IS 52 (20.7% from 255) = 12.35%

R = 48.46%
G = 39.19%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CCA534 (or 0xCCA534) is known color: Metallic Gold. HEX triplet: CC, A5 and 34. RGB value is (204,165,52). Sum of RGB (Red+Green+Blue) = 204+165+52=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 52 (20.70% from 255 or 12.35% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA534 is #335ACB. Grayscale: #A4A4A4. Windows color (decimal): -3365580 or 3450316. OLE color: 3450316.

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

Color convert

RGB 204 165 52 -
CMYK 0 0.19 0.75 0.2
HSL 44.61º 0.6% 0.5% -
HSV(B) 44.61º 0.75% 0.8% -
XYZ 38.98 40 8.91 -
YUV 163.78 64.92 156.69 -
System Red Green Blue C M Y K H S L
Decimal 204 165 52 0 0.19 0.75 0.2 44.61 0.6 0.5
Hex CC A5 34 0 13 4B 14 2D 3C 32
Octal 314 245 64 0 23 113 24 55 74 62
Binary 11001100 10100101 110100 0 10011 1001011 10100 101101 111100 110010

Color Harmonies of #CCA534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA534

Black with #CCA534

Text Example


Text Example

White with #CCA534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA534; }

 p { color: rgb(204,165,52); }

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

background-color css

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

 a { background-color: rgb(204,165,52); }

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

border-color css

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

 span { border-color: rgb(204,165,52); }

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