Html Css Color HEX #CCAC2F Metallic Gold

📋 copy color: '#CCAC2F'

red 204 ◦ green 172 ◦ blue 47

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

Shades of Metallic Gold #CCAC2F

Tints of Metallic Gold #CCAC2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.11%

R = 48.23%
G = 40.66%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CCAC2F (or 0xCCAC2F) is known color: Metallic Gold. HEX triplet: CC, AC and 2F. RGB value is (204,172,47). Sum of RGB (Red+Green+Blue) = 204+172+47=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 47 (18.75% from 255 or 11.11% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAC2F is #3353D0. Grayscale: #A7A7A7. Windows color (decimal): -3363793 or 3124428. OLE color: 3124428.

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

Color convert

RGB 204 172 47 -
CMYK 0 0.16 0.77 0.2
HSL 47.77º 0.63% 0.49% -
HSV(B) 47.77º 0.77% 0.8% -
XYZ 40.17 42.55 8.78 -
YUV 167.32 60.1 154.16 -
System Red Green Blue C M Y K H S L
Decimal 204 172 47 0 0.16 0.77 0.2 47.77 0.63 0.49
Hex CC AC 2F 0 10 4D 14 30 3F 31
Octal 314 254 57 0 20 115 24 60 77 61
Binary 11001100 10101100 101111 0 10000 1001101 10100 110000 111111 110001

Color Harmonies of #CCAC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC2F

Black with #CCAC2F

Text Example


Text Example

White with #CCAC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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