Html Css Color HEX #CCB229 Metallic Gold

📋 copy color: '#CCB229'

red 204 ◦ green 178 ◦ blue 41

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

Shades of Metallic Gold #CCB229

Tints of Metallic Gold #CCB229

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.08%

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

R = 48.23%
G = 42.08%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CCB229 (or 0xCCB229) is known color: Metallic Gold. HEX triplet: CC, B2 and 29. RGB value is (204,178,41). Sum of RGB (Red+Green+Blue) = 204+178+41=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 41 (16.41% from 255 or 9.69% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB229 is #334DD6. Grayscale: #AAAAAA. Windows color (decimal): -3362263 or 2732748. OLE color: 2732748.

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

Color convert

RGB 204 178 41 -
CMYK 0 0.13 0.80 0.2
HSL 50.43º 0.67% 0.48% -
HSV(B) 50.43º 0.8% 0.8% -
XYZ 41.22 44.84 8.58 -
YUV 170.16 55.11 152.14 -
System Red Green Blue C M Y K H S L
Decimal 204 178 41 0 0.13 0.80 0.2 50.43 0.67 0.48
Hex CC B2 29 0 D 50 14 32 43 30
Octal 314 262 51 0 15 120 24 62 103 60
Binary 11001100 10110010 101001 0 1101 1010000 10100 110010 1000011 110000

Color Harmonies of #CCB229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB229

Black with #CCB229

Text Example


Text Example

White with #CCB229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB229; }

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

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

background-color css

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

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

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

border-color css

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

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

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