Html Css Color HEX #CCB12A Metallic Gold

📋 copy color: '#CCB12A'

red 204 ◦ green 177 ◦ blue 42

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

Shades of Metallic Gold #CCB12A

Tints of Metallic Gold #CCB12A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.93%

R = 48.23%
G = 41.84%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CCB12A (or 0xCCB12A) is known color: Metallic Gold. HEX triplet: CC, B1 and 2A. RGB value is (204,177,42). Sum of RGB (Red+Green+Blue) = 204+177+42=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 177 (69.53% from 255 or 41.84% from 423); Blue value is 42 (16.80% from 255 or 9.93% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB12A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB12A is #334ED5. Grayscale: #AAAAAA. Windows color (decimal): -3362518 or 2798028. OLE color: 2798028.

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

Color convert

RGB 204 177 42 -
CMYK 0 0.13 0.79 0.2
HSL 50º 0.66% 0.48% -
HSV(B) 50º 0.79% 0.8% -
XYZ 41.04 44.45 8.61 -
YUV 169.68 55.95 152.48 -
System Red Green Blue C M Y K H S L
Decimal 204 177 42 0 0.13 0.79 0.2 50 0.66 0.48
Hex CC B1 2A 0 D 4F 14 32 42 30
Octal 314 261 52 0 15 117 24 62 102 60
Binary 11001100 10110001 101010 0 1101 1001111 10100 110010 1000010 110000

Color Harmonies of #CCB12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB12A

Black with #CCB12A

Text Example


Text Example

White with #CCB12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB12A; }

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

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

background-color css

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

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

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

border-color css

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

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

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