Html Css Color HEX #CCAC3A Metallic Gold

📋 copy color: '#CCAC3A'

red 204 ◦ green 172 ◦ blue 58

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

Shades of Metallic Gold #CCAC3A

Tints of Metallic Gold #CCAC3A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.63%

 BLUE value IS 58 (23.05% from 255) = 13.36%

R = 47%
G = 39.63%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CCAC3A (or 0xCCAC3A) is known color: Metallic Gold. HEX triplet: CC, AC and 3A. RGB value is (204,172,58). Sum of RGB (Red+Green+Blue) = 204+172+58=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 58 (23.05% from 255 or 13.36% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAC3A is #3353C5. Grayscale: #A9A9A9. Windows color (decimal): -3363782 or 3845324. OLE color: 3845324.

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

Color convert

RGB 204 172 58 -
CMYK 0 0.16 0.72 0.2
HSL 46.85º 0.59% 0.51% -
HSV(B) 46.85º 0.72% 0.8% -
XYZ 40.42 42.65 10.1 -
YUV 168.57 65.6 153.27 -
System Red Green Blue C M Y K H S L
Decimal 204 172 58 0 0.16 0.72 0.2 46.85 0.59 0.51
Hex CC AC 3A 0 10 48 14 2F 3B 33
Octal 314 254 72 0 20 110 24 57 73 63
Binary 11001100 10101100 111010 0 10000 1001000 10100 101111 111011 110011

Color Harmonies of #CCAC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC3A

Black with #CCAC3A

Text Example


Text Example

White with #CCAC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC3A; }

 p { color: rgb(204,172,58); }

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

background-color css

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

 a { background-color: rgb(204,172,58); }

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

border-color css

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

 span { border-color: rgb(204,172,58); }

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