Html Css Color HEX #CCAE2C Metallic Gold

📋 copy color: '#CCAE2C'

red 204 ◦ green 174 ◦ blue 44

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

Shades of Metallic Gold #CCAE2C

Tints of Metallic Gold #CCAE2C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.23%

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

R = 48.34%
G = 41.23%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CCAE2C (or 0xCCAE2C) is known color: Metallic Gold. HEX triplet: CC, AE and 2C. RGB value is (204,174,44). Sum of RGB (Red+Green+Blue) = 204+174+44=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 44 (17.58% from 255 or 10.43% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAE2C is #3351D3. Grayscale: #A8A8A8. Windows color (decimal): -3363284 or 2928332. OLE color: 2928332.

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

Color convert

RGB 204 174 44 -
CMYK 0 0.15 0.78 0.2
HSL 48.75º 0.65% 0.49% -
HSV(B) 48.75º 0.78% 0.8% -
XYZ 40.49 43.29 8.6 -
YUV 168.15 57.94 153.57 -
System Red Green Blue C M Y K H S L
Decimal 204 174 44 0 0.15 0.78 0.2 48.75 0.65 0.49
Hex CC AE 2C 0 F 4E 14 31 41 31
Octal 314 256 54 0 17 116 24 61 101 61
Binary 11001100 10101110 101100 0 1111 1001110 10100 110001 1000001 110001

Color Harmonies of #CCAE2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAE2C

Black with #CCAE2C

Text Example


Text Example

White with #CCAE2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAE2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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