Html Css Color HEX #CCB329 Metallic Gold

📋 copy color: '#CCB329'

red 204 ◦ green 179 ◦ blue 41

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

Shades of Metallic Gold #CCB329

Tints of Metallic Gold #CCB329

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.22%

 BLUE value IS 41 (16.41% from 255) = 9.67%

R = 48.11%
G = 42.22%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CCB329 (or 0xCCB329) is known color: Metallic Gold. HEX triplet: CC, B3 and 29. RGB value is (204,179,41). Sum of RGB (Red+Green+Blue) = 204+179+41=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 41 (16.41% from 255 or 9.67% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB329 is #334CD6. Grayscale: #ABABAB. Windows color (decimal): -3362007 or 2733004. OLE color: 2733004.

HSL color Cylindrical-coordinate representation of color #CCB329: hue angle of 50.8º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCB329 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 179 41 -
CMYK 0 0.12 0.80 0.2
HSL 50.8º 0.67% 0.48% -
HSV(B) 50.8º 0.8% 0.8% -
XYZ 41.42 45.24 8.65 -
YUV 170.74 54.78 151.72 -
System Red Green Blue C M Y K H S L
Decimal 204 179 41 0 0.12 0.80 0.2 50.8 0.67 0.48
Hex CC B3 29 0 C 50 14 33 43 30
Octal 314 263 51 0 14 120 24 63 103 60
Binary 11001100 10110011 101001 0 1100 1010000 10100 110011 1000011 110000

Color Harmonies of #CCB329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB329

Black with #CCB329

Text Example


Text Example

White with #CCB329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB329; }

 p { color: rgb(204,179,41); }

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

background-color css

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

 a { background-color: rgb(204,179,41); }

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

border-color css

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

 span { border-color: rgb(204,179,41); }

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