Html Css Color HEX #CCA133 Metallic Gold

📋 copy color: '#CCA133'

red 204 ◦ green 161 ◦ blue 51

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

Shades of Metallic Gold #CCA133

Tints of Metallic Gold #CCA133

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.7%

 BLUE value IS 51 (20.31% from 255) = 12.26%

R = 49.04%
G = 38.7%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CCA133 (or 0xCCA133) is known color: Metallic Gold. HEX triplet: CC, A1 and 33. RGB value is (204,161,51). Sum of RGB (Red+Green+Blue) = 204+161+51=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 51 (20.31% from 255 or 12.26% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA133 is #335ECC. Grayscale: #A1A1A1. Windows color (decimal): -3366605 or 3383756. OLE color: 3383756.

HSL color Cylindrical-coordinate representation of color #CCA133: hue angle of 43.14º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCA133 is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 161 51 -
CMYK 0 0.21 0.75 0.2
HSL 43.14º 0.6% 0.5% -
HSV(B) 43.14º 0.75% 0.8% -
XYZ 38.24 38.57 8.56 -
YUV 161.32 65.75 158.44 -
System Red Green Blue C M Y K H S L
Decimal 204 161 51 0 0.21 0.75 0.2 43.14 0.6 0.5
Hex CC A1 33 0 15 4B 14 2B 3C 32
Octal 314 241 63 0 25 113 24 53 74 62
Binary 11001100 10100001 110011 0 10101 1001011 10100 101011 111100 110010

Color Harmonies of #CCA133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA133

Black with #CCA133

Text Example


Text Example

White with #CCA133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA133; }

 p { color: rgb(204,161,51); }

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

background-color css

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

 a { background-color: rgb(204,161,51); }

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

border-color css

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

 span { border-color: rgb(204,161,51); }

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