Html Css Color HEX #CBB328 Metallic Gold

📋 copy color: '#CBB328'

red 203 ◦ green 179 ◦ blue 40

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

Shades of Metallic Gold #CBB328

Tints of Metallic Gold #CBB328

RGB

 RED value IS 203 (79.69% from 255) = 48.1%

 GREEN value IS 179 (70.31% from 255) = 42.42%

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

R = 48.1%
G = 42.42%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CBB328 (or 0xCBB328) is known color: Metallic Gold. HEX triplet: CB, B3 and 28. RGB value is (203,179,40). Sum of RGB (Red+Green+Blue) = 203+179+40=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 40 (16.02% from 255 or 9.48% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB328 is #344CD7. Grayscale: #AAAAAA. Windows color (decimal): -3427544 or 2667467. OLE color: 2667467.

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

Color convert

RGB 203 179 40 -
CMYK 0 0.12 0.80 0.20
HSL 51.17º 0.67% 0.48% -
HSV(B) 51.17º 0.8% 0.8% -
XYZ 41.13 45.09 8.54 -
YUV 170.33 54.45 151.3 -
System Red Green Blue C M Y K H S L
Decimal 203 179 40 0 0.12 0.80 0.20 51.17 0.67 0.48
Hex CB B3 28 0 C 50 14 33 43 30
Octal 313 263 50 0 14 120 24 63 103 60
Binary 11001011 10110011 101000 0 1100 1010000 10100 110011 1000011 110000

Color Harmonies of #CBB328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB328

Black with #CBB328

Text Example


Text Example

White with #CBB328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB328; }

 p { color: rgb(203,179,40); }

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

background-color css

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

 a { background-color: rgb(203,179,40); }

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

border-color css

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

 span { border-color: rgb(203,179,40); }

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