Html Css Color HEX #CCB02C Metallic Gold

📋 copy color: '#CCB02C'

red 204 ◦ green 176 ◦ blue 44

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

Shades of Metallic Gold #CCB02C

Tints of Metallic Gold #CCB02C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.51%

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

R = 48.11%
G = 41.51%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CCB02C (or 0xCCB02C) is known color: Metallic Gold. HEX triplet: CC, B0 and 2C. RGB value is (204,176,44). Sum of RGB (Red+Green+Blue) = 204+176+44=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 44 (17.58% from 255 or 10.38% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB02C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB02C is #334FD3. Grayscale: #A9A9A9. Windows color (decimal): -3362772 or 2928844. OLE color: 2928844.

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

Color convert

RGB 204 176 44 -
CMYK 0 0.14 0.78 0.2
HSL 49.5º 0.65% 0.49% -
HSV(B) 49.5º 0.78% 0.8% -
XYZ 40.88 44.07 8.73 -
YUV 169.32 57.28 152.73 -
System Red Green Blue C M Y K H S L
Decimal 204 176 44 0 0.14 0.78 0.2 49.5 0.65 0.49
Hex CC B0 2C 0 E 4E 14 32 41 31
Octal 314 260 54 0 16 116 24 62 101 61
Binary 11001100 10110000 101100 0 1110 1001110 10100 110010 1000001 110001

Color Harmonies of #CCB02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB02C

Black with #CCB02C

Text Example


Text Example

White with #CCB02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB02C; }

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

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

background-color css

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

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

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

border-color css

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

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

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