Html Css Color HEX #CBB12B Metallic Gold

📋 copy color: '#CBB12B'

red 203 ◦ green 177 ◦ blue 43

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

Shades of Metallic Gold #CBB12B

Tints of Metallic Gold #CBB12B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.17%

R = 47.99%
G = 41.84%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CBB12B (or 0xCBB12B) is known color: Metallic Gold. HEX triplet: CB, B1 and 2B. RGB value is (203,177,43). Sum of RGB (Red+Green+Blue) = 203+177+43=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 177 (69.53% from 255 or 41.84% from 423); Blue value is 43 (17.19% from 255 or 10.17% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB12B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB12B is #344ED4. Grayscale: #AAAAAA. Windows color (decimal): -3428053 or 2863563. OLE color: 2863563.

HSL color Cylindrical-coordinate representation of color #CBB12B: hue angle of 50.25º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CBB12B is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 177 43 -
CMYK 0 0.13 0.79 0.20
HSL 50.25º 0.65% 0.48% -
HSV(B) 50.25º 0.79% 0.8% -
XYZ 40.79 44.32 8.69 -
YUV 169.5 56.61 151.9 -
System Red Green Blue C M Y K H S L
Decimal 203 177 43 0 0.13 0.79 0.20 50.25 0.65 0.48
Hex CB B1 2B 0 D 4F 14 32 41 30
Octal 313 261 53 0 15 117 24 62 101 60
Binary 11001011 10110001 101011 0 1101 1001111 10100 110010 1000001 110000

Color Harmonies of #CBB12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB12B

Black with #CBB12B

Text Example


Text Example

White with #CBB12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB12B; }

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

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

background-color css

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

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

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

border-color css

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

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

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