Html Css Color HEX #CCAC2C Metallic Gold

📋 copy color: '#CCAC2C'

red 204 ◦ green 172 ◦ blue 44

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

Shades of Metallic Gold #CCAC2C

Tints of Metallic Gold #CCAC2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.48%

R = 48.57%
G = 40.95%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CCAC2C (or 0xCCAC2C) is known color: Metallic Gold. HEX triplet: CC, AC and 2C. RGB value is (204,172,44). Sum of RGB (Red+Green+Blue) = 204+172+44=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 44 (17.58% from 255 or 10.48% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAC2C is #3353D3. Grayscale: #A7A7A7. Windows color (decimal): -3363796 or 2927820. OLE color: 2927820.

HSL color Cylindrical-coordinate representation of color #CCAC2C: hue angle of 48º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCAC2C is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 172 44 -
CMYK 0 0.16 0.78 0.2
HSL 48º 0.65% 0.49% -
HSV(B) 48º 0.78% 0.8% -
XYZ 40.11 42.52 8.48 -
YUV 166.98 58.6 154.41 -
System Red Green Blue C M Y K H S L
Decimal 204 172 44 0 0.16 0.78 0.2 48 0.65 0.49
Hex CC AC 2C 0 10 4E 14 30 41 31
Octal 314 254 54 0 20 116 24 60 101 61
Binary 11001100 10101100 101100 0 10000 1001110 10100 110000 1000001 110001

Color Harmonies of #CCAC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC2C

Black with #CCAC2C

Text Example


Text Example

White with #CCAC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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