Html Css Color HEX #CCB12C Metallic Gold

📋 copy color: '#CCB12C'

red 204 ◦ green 177 ◦ blue 44

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

Shades of Metallic Gold #CCB12C

Tints of Metallic Gold #CCB12C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.65%

 BLUE value IS 44 (17.58% from 255) = 10.35%

R = 48%
G = 41.65%
B = 10.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CCB12C (or 0xCCB12C) is known color: Metallic Gold. HEX triplet: CC, B1 and 2C. RGB value is (204,177,44). Sum of RGB (Red+Green+Blue) = 204+177+44=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 177 (69.53% from 255 or 41.65% from 425); Blue value is 44 (17.58% from 255 or 10.35% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB12C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB12C is #334ED3. Grayscale: #AAAAAA. Windows color (decimal): -3362516 or 2929100. OLE color: 2929100.

HSL color Cylindrical-coordinate representation of color #CCB12C: hue angle of 49.88º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCB12C is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 177 44 -
CMYK 0 0.13 0.78 0.2
HSL 49.88º 0.65% 0.49% -
HSV(B) 49.88º 0.78% 0.8% -
XYZ 41.08 44.46 8.8 -
YUV 169.91 56.95 152.31 -
System Red Green Blue C M Y K H S L
Decimal 204 177 44 0 0.13 0.78 0.2 49.88 0.65 0.49
Hex CC B1 2C 0 D 4E 14 32 41 31
Octal 314 261 54 0 15 116 24 62 101 61
Binary 11001100 10110001 101100 0 1101 1001110 10100 110010 1000001 110001

Color Harmonies of #CCB12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB12C

Black with #CCB12C

Text Example


Text Example

White with #CCB12C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB12C; }

 p { color: rgb(204,177,44); }

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

background-color css

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

 a { background-color: rgb(204,177,44); }

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

border-color css

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

 span { border-color: rgb(204,177,44); }

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