Html Css Color HEX #CCB031 Metallic Gold

📋 copy color: '#CCB031'

red 204 ◦ green 176 ◦ blue 49

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

Shades of Metallic Gold #CCB031

Tints of Metallic Gold #CCB031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.42%

R = 47.55%
G = 41.03%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CCB031 (or 0xCCB031) is known color: Metallic Gold. HEX triplet: CC, B0 and 31. RGB value is (204,176,49). Sum of RGB (Red+Green+Blue) = 204+176+49=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 176 (69.14% from 255 or 41.03% from 429); Blue value is 49 (19.53% from 255 or 11.42% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB031 is #334FCE. Grayscale: #AAAAAA. Windows color (decimal): -3362767 or 3256524. OLE color: 3256524.

HSL color Cylindrical-coordinate representation of color #CCB031: hue angle of 49.16º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCB031 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 176 49 -
CMYK 0 0.14 0.76 0.2
HSL 49.16º 0.61% 0.5% -
HSV(B) 49.16º 0.76% 0.8% -
XYZ 40.98 44.11 9.26 -
YUV 169.89 59.78 152.33 -
System Red Green Blue C M Y K H S L
Decimal 204 176 49 0 0.14 0.76 0.2 49.16 0.61 0.5
Hex CC B0 31 0 E 4C 14 31 3D 32
Octal 314 260 61 0 16 114 24 61 75 62
Binary 11001100 10110000 110001 0 1110 1001100 10100 110001 111101 110010

Color Harmonies of #CCB031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB031

Black with #CCB031

Text Example


Text Example

White with #CCB031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB031; }

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

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

background-color css

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

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

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

border-color css

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

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

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