Html Css Color HEX #CBB229 Metallic Gold

📋 copy color: '#CBB229'

red 203 ◦ green 178 ◦ blue 41

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

Shades of Metallic Gold #CBB229

Tints of Metallic Gold #CBB229

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.18%

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

R = 48.1%
G = 42.18%
B = 9.72%

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

#CBB229 (or 0xCBB229) is known color: Metallic Gold. HEX triplet: CB, B2 and 29. RGB value is (203,178,41). Sum of RGB (Red+Green+Blue) = 203+178+41=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 178 (69.92% from 255 or 42.18% from 422); Blue value is 41 (16.41% from 255 or 9.72% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB229 is #344DD6. Grayscale: #AAAAAA. Windows color (decimal): -3427799 or 2732747. OLE color: 2732747.

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

Color convert

RGB 203 178 41 -
CMYK 0 0.12 0.80 0.20
HSL 50.74º 0.66% 0.48% -
HSV(B) 50.74º 0.8% 0.8% -
XYZ 40.95 44.7 8.57 -
YUV 169.86 55.28 151.64 -
System Red Green Blue C M Y K H S L
Decimal 203 178 41 0 0.12 0.80 0.20 50.74 0.66 0.48
Hex CB B2 29 0 C 50 14 33 42 30
Octal 313 262 51 0 14 120 24 63 102 60
Binary 11001011 10110010 101001 0 1100 1010000 10100 110011 1000010 110000

Color Harmonies of #CBB229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB229

Black with #CBB229

Text Example


Text Example

White with #CBB229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB229; }

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

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

background-color css

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

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

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

border-color css

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

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

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