Html Css Color HEX #CCAB3C Metallic Gold

📋 copy color: '#CCAB3C'

red 204 ◦ green 171 ◦ blue 60

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

Shades of Metallic Gold #CCAB3C

Tints of Metallic Gold #CCAB3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.79%

R = 46.9%
G = 39.31%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CCAB3C (or 0xCCAB3C) is known color: Metallic Gold. HEX triplet: CC, AB and 3C. RGB value is (204,171,60). Sum of RGB (Red+Green+Blue) = 204+171+60=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 60 (23.83% from 255 or 13.79% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAB3C is #3354C3. Grayscale: #A8A8A8. Windows color (decimal): -3364036 or 3976140. OLE color: 3976140.

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

Color convert

RGB 204 171 60 -
CMYK 0 0.16 0.71 0.2
HSL 46.25º 0.59% 0.52% -
HSV(B) 46.25º 0.71% 0.8% -
XYZ 40.28 42.29 10.31 -
YUV 168.21 66.93 153.53 -
System Red Green Blue C M Y K H S L
Decimal 204 171 60 0 0.16 0.71 0.2 46.25 0.59 0.52
Hex CC AB 3C 0 10 47 14 2E 3B 34
Octal 314 253 74 0 20 107 24 56 73 64
Binary 11001100 10101011 111100 0 10000 1000111 10100 101110 111011 110100

Color Harmonies of #CCAB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAB3C

Black with #CCAB3C

Text Example


Text Example

White with #CCAB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAB3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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