Html Css Color HEX #CBA116 Buddha Gold

📋 copy color: '#CBA116'

red 203 ◦ green 161 ◦ blue 22

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

Shades of Buddha Gold #CBA116

Tints of Buddha Gold #CBA116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.7%

R = 52.59%
G = 41.71%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CBA116 (or 0xCBA116) is known color: Buddha Gold. HEX triplet: CB, A1 and 16. RGB value is (203,161,22). Sum of RGB (Red+Green+Blue) = 203+161+22=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 161 (63.28% from 255 or 41.71% from 386); Blue value is 22 (8.98% from 255 or 5.70% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA116 is #345EE9. Grayscale: #9E9E9E. Windows color (decimal): -3432170 or 1483211. OLE color: 1483211.

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

Color convert

RGB 203 161 22 -
CMYK 0 0.21 0.89 0.20
HSL 46.08º 0.8% 0.44% -
HSV(B) 46.08º 0.89% 0.8% -
XYZ 37.52 38.24 6.16 -
YUV 157.71 51.41 160.3 -
System Red Green Blue C M Y K H S L
Decimal 203 161 22 0 0.21 0.89 0.20 46.08 0.8 0.44
Hex CB A1 16 0 15 59 14 2E 50 2C
Octal 313 241 26 0 25 131 24 56 120 54
Binary 11001011 10100001 10110 0 10101 1011001 10100 101110 1010000 101100

Color Harmonies of #CBA116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA116

Black with #CBA116

Text Example


Text Example

White with #CBA116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA116; }

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

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

background-color css

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

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

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

border-color css

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

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

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