Html Css Color HEX #CBB129 Metallic Gold

📋 copy color: '#CBB129'

red 203 ◦ green 177 ◦ blue 41

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

Shades of Metallic Gold #CBB129

Tints of Metallic Gold #CBB129

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.04%

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

R = 48.22%
G = 42.04%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CBB129 (or 0xCBB129) is known color: Metallic Gold. HEX triplet: CB, B1 and 29. RGB value is (203,177,41). Sum of RGB (Red+Green+Blue) = 203+177+41=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 177 (69.53% from 255 or 42.04% from 421); Blue value is 41 (16.41% from 255 or 9.74% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB129 is #344ED6. Grayscale: #A9A9A9. Windows color (decimal): -3428055 or 2732491. OLE color: 2732491.

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

Color convert

RGB 203 177 41 -
CMYK 0 0.13 0.80 0.20
HSL 50.37º 0.66% 0.48% -
HSV(B) 50.37º 0.8% 0.8% -
XYZ 40.75 44.3 8.5 -
YUV 169.27 55.61 152.06 -
System Red Green Blue C M Y K H S L
Decimal 203 177 41 0 0.13 0.80 0.20 50.37 0.66 0.48
Hex CB B1 29 0 D 50 14 32 42 30
Octal 313 261 51 0 15 120 24 62 102 60
Binary 11001011 10110001 101001 0 1101 1010000 10100 110010 1000010 110000

Color Harmonies of #CBB129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB129

Black with #CBB129

Text Example


Text Example

White with #CBB129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB129; }

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

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

background-color css

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

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

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

border-color css

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

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

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