Html Css Color HEX #CBA111 Buddha Gold

📋 copy color: '#CBA111'

red 203 ◦ green 161 ◦ blue 17

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

Shades of Buddha Gold #CBA111

Tints of Buddha Gold #CBA111

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.26%

 BLUE value IS 17 (7.03% from 255) = 4.46%

R = 53.28%
G = 42.26%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CBA111 (or 0xCBA111) is known color: Buddha Gold. HEX triplet: CB, A1 and 11. RGB value is (203,161,17). Sum of RGB (Red+Green+Blue) = 203+161+17=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 161 (63.28% from 255 or 42.26% from 381); Blue value is 17 (7.03% from 255 or 4.46% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA111 is #345EEE. Grayscale: #9D9D9D. Windows color (decimal): -3432175 or 1155531. OLE color: 1155531.

HSL color Cylindrical-coordinate representation of color #CBA111: hue angle of 46.45º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CBA111 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 161 17 -
CMYK 0 0.21 0.92 0.20
HSL 46.45º 0.85% 0.43% -
HSV(B) 46.45º 0.92% 0.8% -
XYZ 37.47 38.23 5.93 -
YUV 157.14 48.91 160.71 -
System Red Green Blue C M Y K H S L
Decimal 203 161 17 0 0.21 0.92 0.20 46.45 0.85 0.43
Hex CB A1 11 0 15 5C 14 2E 55 2B
Octal 313 241 21 0 25 134 24 56 125 53
Binary 11001011 10100001 10001 0 10101 1011100 10100 101110 1010101 101011

Color Harmonies of #CBA111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA111

Black with #CBA111

Text Example


Text Example

White with #CBA111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA111; }

 p { color: rgb(203,161,17); }

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

background-color css

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

 a { background-color: rgb(203,161,17); }

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

border-color css

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

 span { border-color: rgb(203,161,17); }

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