Html Css Color HEX #CCAB2C Metallic Gold

📋 copy color: '#CCAB2C'

red 204 ◦ green 171 ◦ blue 44

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

Shades of Metallic Gold #CCAB2C

Tints of Metallic Gold #CCAB2C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.81%

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

R = 48.69%
G = 40.81%
B = 10.5%

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

#CCAB2C (or 0xCCAB2C) is known color: Metallic Gold. HEX triplet: CC, AB and 2C. RGB value is (204,171,44). Sum of RGB (Red+Green+Blue) = 204+171+44=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 44 (17.58% from 255 or 10.50% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAB2C is #3354D3. Grayscale: #A6A6A6. Windows color (decimal): -3364052 or 2927564. OLE color: 2927564.

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

Color convert

RGB 204 171 44 -
CMYK 0 0.16 0.78 0.2
HSL 47.63º 0.65% 0.49% -
HSV(B) 47.63º 0.78% 0.8% -
XYZ 39.92 42.15 8.41 -
YUV 166.39 58.93 154.83 -
System Red Green Blue C M Y K H S L
Decimal 204 171 44 0 0.16 0.78 0.2 47.63 0.65 0.49
Hex CC AB 2C 0 10 4E 14 30 41 31
Octal 314 253 54 0 20 116 24 60 101 61
Binary 11001100 10101011 101100 0 10000 1001110 10100 110000 1000001 110001

Color Harmonies of #CCAB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAB2C

Black with #CCAB2C

Text Example


Text Example

White with #CCAB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAB2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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