Html Css Color HEX #CCA434 Metallic Gold

📋 copy color: '#CCA434'

red 204 ◦ green 164 ◦ blue 52

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

Shades of Metallic Gold #CCA434

Tints of Metallic Gold #CCA434

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.05%

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

R = 48.57%
G = 39.05%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CCA434 (or 0xCCA434) is known color: Metallic Gold. HEX triplet: CC, A4 and 34. RGB value is (204,164,52). Sum of RGB (Red+Green+Blue) = 204+164+52=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA434 is #335BCB. Grayscale: #A3A3A3. Windows color (decimal): -3365836 or 3450060. OLE color: 3450060.

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

Color convert

RGB 204 164 52 -
CMYK 0 0.20 0.75 0.2
HSL 44.21º 0.6% 0.5% -
HSV(B) 44.21º 0.75% 0.8% -
XYZ 38.8 39.64 8.85 -
YUV 163.19 65.25 157.11 -
System Red Green Blue C M Y K H S L
Decimal 204 164 52 0 0.20 0.75 0.2 44.21 0.6 0.5
Hex CC A4 34 0 14 4B 14 2C 3C 32
Octal 314 244 64 0 24 113 24 54 74 62
Binary 11001100 10100100 110100 0 10100 1001011 10100 101100 111100 110010

Color Harmonies of #CCA434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA434

Black with #CCA434

Text Example


Text Example

White with #CCA434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA434; }

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

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

background-color css

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

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

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

border-color css

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

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

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