Html Css Color HEX #CBB329 Metallic Gold

📋 copy color: '#CBB329'

red 203 ◦ green 179 ◦ blue 41

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

Shades of Metallic Gold #CBB329

Tints of Metallic Gold #CBB329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.69%

R = 47.99%
G = 42.32%
B = 9.69%

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

#CBB329 (or 0xCBB329) is known color: Metallic Gold. HEX triplet: CB, B3 and 29. RGB value is (203,179,41). Sum of RGB (Red+Green+Blue) = 203+179+41=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 41 (16.41% from 255 or 9.69% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB329 is #344CD6. Grayscale: #ABABAB. Windows color (decimal): -3427543 or 2733003. OLE color: 2733003.

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

Color convert

RGB 203 179 41 -
CMYK 0 0.12 0.80 0.20
HSL 51.11º 0.66% 0.48% -
HSV(B) 51.11º 0.8% 0.8% -
XYZ 41.15 45.1 8.63 -
YUV 170.44 54.95 151.22 -
System Red Green Blue C M Y K H S L
Decimal 203 179 41 0 0.12 0.80 0.20 51.11 0.66 0.48
Hex CB B3 29 0 C 50 14 33 42 30
Octal 313 263 51 0 14 120 24 63 102 60
Binary 11001011 10110011 101001 0 1100 1010000 10100 110011 1000010 110000

Color Harmonies of #CBB329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB329

Black with #CBB329

Text Example


Text Example

White with #CBB329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB329; }

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

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

background-color css

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

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

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

border-color css

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

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

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