Html Css Color HEX #CBA33B Metallic Gold

📋 copy color: '#CBA33B'

red 203 ◦ green 163 ◦ blue 59

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

Shades of Metallic Gold #CBA33B

Tints of Metallic Gold #CBA33B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.35%

 BLUE value IS 59 (23.44% from 255) = 13.88%

R = 47.76%
G = 38.35%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CBA33B (or 0xCBA33B) is known color: Metallic Gold. HEX triplet: CB, A3 and 3B. RGB value is (203,163,59). Sum of RGB (Red+Green+Blue) = 203+163+59=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 59 (23.44% from 255 or 13.88% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA33B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA33B is #345CC4. Grayscale: #A3A3A3. Windows color (decimal): -3431621 or 3908555. OLE color: 3908555.

HSL color Cylindrical-coordinate representation of color #CBA33B: hue angle of 43.33º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CBA33B is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 163 59 -
CMYK 0 0.20 0.71 0.20
HSL 43.33º 0.58% 0.51% -
HSV(B) 43.33º 0.71% 0.8% -
XYZ 38.52 39.21 9.68 -
YUV 163.1 69.25 156.46 -
System Red Green Blue C M Y K H S L
Decimal 203 163 59 0 0.20 0.71 0.20 43.33 0.58 0.51
Hex CB A3 3B 0 14 47 14 2B 3A 33
Octal 313 243 73 0 24 107 24 53 72 63
Binary 11001011 10100011 111011 0 10100 1000111 10100 101011 111010 110011

Color Harmonies of #CBA33B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA33B

Black with #CBA33B

Text Example


Text Example

White with #CBA33B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA33B; }

 p { color: rgb(203,163,59); }

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

background-color css

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

 a { background-color: rgb(203,163,59); }

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

border-color css

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

 span { border-color: rgb(203,163,59); }

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