Html Css Color HEX #CBA63B Metallic Gold

📋 copy color: '#CBA63B'

red 203 ◦ green 166 ◦ blue 59

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

Shades of Metallic Gold #CBA63B

Tints of Metallic Gold #CBA63B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.79%

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

R = 47.43%
G = 38.79%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CBA63B (or 0xCBA63B) is known color: Metallic Gold. HEX triplet: CB, A6 and 3B. RGB value is (203,166,59). Sum of RGB (Red+Green+Blue) = 203+166+59=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 59 (23.44% from 255 or 13.79% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA63B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA63B is #3459C4. Grayscale: #A5A5A5. Windows color (decimal): -3430853 or 3909323. OLE color: 3909323.

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

Color convert

RGB 203 166 59 -
CMYK 0 0.18 0.71 0.20
HSL 44.58º 0.58% 0.51% -
HSV(B) 44.58º 0.71% 0.8% -
XYZ 39.05 40.28 9.86 -
YUV 164.87 68.26 155.2 -
System Red Green Blue C M Y K H S L
Decimal 203 166 59 0 0.18 0.71 0.20 44.58 0.58 0.51
Hex CB A6 3B 0 12 47 14 2D 3A 33
Octal 313 246 73 0 22 107 24 55 72 63
Binary 11001011 10100110 111011 0 10010 1000111 10100 101101 111010 110011

Color Harmonies of #CBA63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA63B

Black with #CBA63B

Text Example


Text Example

White with #CBA63B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA63B; }

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

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

background-color css

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

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

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

border-color css

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

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

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