Html Css Color HEX #CCB028 Metallic Gold

📋 copy color: '#CCB028'

red 204 ◦ green 176 ◦ blue 40

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

Shades of Metallic Gold #CCB028

Tints of Metallic Gold #CCB028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.52%

R = 48.57%
G = 41.9%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CCB028 (or 0xCCB028) is known color: Metallic Gold. HEX triplet: CC, B0 and 28. RGB value is (204,176,40). Sum of RGB (Red+Green+Blue) = 204+176+40=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 176 (69.14% from 255 or 41.90% from 420); Blue value is 40 (16.02% from 255 or 9.52% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB028 is #334FD7. Grayscale: #A9A9A9. Windows color (decimal): -3362776 or 2666700. OLE color: 2666700.

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

Color convert

RGB 204 176 40 -
CMYK 0 0.14 0.80 0.2
HSL 49.76º 0.67% 0.48% -
HSV(B) 49.76º 0.8% 0.8% -
XYZ 40.81 44.04 8.36 -
YUV 168.87 55.28 153.06 -
System Red Green Blue C M Y K H S L
Decimal 204 176 40 0 0.14 0.80 0.2 49.76 0.67 0.48
Hex CC B0 28 0 E 50 14 32 43 30
Octal 314 260 50 0 16 120 24 62 103 60
Binary 11001100 10110000 101000 0 1110 1010000 10100 110010 1000011 110000

Color Harmonies of #CCB028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB028

Black with #CCB028

Text Example


Text Example

White with #CCB028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB028; }

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

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

background-color css

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

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

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

border-color css

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

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

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