Html Css Color HEX #CCAB3A Metallic Gold

📋 copy color: '#CCAB3A'

red 204 ◦ green 171 ◦ blue 58

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

Shades of Metallic Gold #CCAB3A

Tints of Metallic Gold #CCAB3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.39%

R = 47.11%
G = 39.49%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CCAB3A (or 0xCCAB3A) is known color: Metallic Gold. HEX triplet: CC, AB and 3A. RGB value is (204,171,58). Sum of RGB (Red+Green+Blue) = 204+171+58=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 58 (23.05% from 255 or 13.39% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAB3A is #3354C5. Grayscale: #A8A8A8. Windows color (decimal): -3364038 or 3845068. OLE color: 3845068.

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

Color convert

RGB 204 171 58 -
CMYK 0 0.16 0.72 0.2
HSL 46.44º 0.59% 0.51% -
HSV(B) 46.44º 0.72% 0.8% -
XYZ 40.23 42.27 10.04 -
YUV 167.99 65.93 153.69 -
System Red Green Blue C M Y K H S L
Decimal 204 171 58 0 0.16 0.72 0.2 46.44 0.59 0.51
Hex CC AB 3A 0 10 48 14 2E 3B 33
Octal 314 253 72 0 20 110 24 56 73 63
Binary 11001100 10101011 111010 0 10000 1001000 10100 101110 111011 110011

Color Harmonies of #CCAB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAB3A

Black with #CCAB3A

Text Example


Text Example

White with #CCAB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAB3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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