Html Css Color HEX #CCAC2E Metallic Gold

📋 copy color: '#CCAC2E'

red 204 ◦ green 172 ◦ blue 46

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

Shades of Metallic Gold #CCAC2E

Tints of Metallic Gold #CCAC2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.9%

R = 48.34%
G = 40.76%
B = 10.9%

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

#CCAC2E (or 0xCCAC2E) is known color: Metallic Gold. HEX triplet: CC, AC and 2E. RGB value is (204,172,46). Sum of RGB (Red+Green+Blue) = 204+172+46=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 46 (18.36% from 255 or 10.90% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAC2E is #3353D1. Grayscale: #A7A7A7. Windows color (decimal): -3363794 or 3058892. OLE color: 3058892.

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

Color convert

RGB 204 172 46 -
CMYK 0 0.16 0.77 0.2
HSL 47.85º 0.63% 0.49% -
HSV(B) 47.85º 0.77% 0.8% -
XYZ 40.15 42.54 8.68 -
YUV 167.2 59.6 154.25 -
System Red Green Blue C M Y K H S L
Decimal 204 172 46 0 0.16 0.77 0.2 47.85 0.63 0.49
Hex CC AC 2E 0 10 4D 14 30 3F 31
Octal 314 254 56 0 20 115 24 60 77 61
Binary 11001100 10101100 101110 0 10000 1001101 10100 110000 111111 110001

Color Harmonies of #CCAC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC2E

Black with #CCAC2E

Text Example


Text Example

White with #CCAC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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