Html Css Color HEX #CBA516 Buddha Gold

📋 copy color: '#CBA516'

red 203 ◦ green 165 ◦ blue 22

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

Shades of Buddha Gold #CBA516

Tints of Buddha Gold #CBA516

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.31%

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

R = 52.05%
G = 42.31%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CBA516 (or 0xCBA516) is known color: Buddha Gold. HEX triplet: CB, A5 and 16. RGB value is (203,165,22). Sum of RGB (Red+Green+Blue) = 203+165+22=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 22 (8.98% from 255 or 5.64% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA516 is #345AE9. Grayscale: #A0A0A0. Windows color (decimal): -3431146 or 1484235. OLE color: 1484235.

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

Color convert

RGB 203 165 22 -
CMYK 0 0.19 0.89 0.20
HSL 47.4º 0.8% 0.44% -
HSV(B) 47.4º 0.89% 0.8% -
XYZ 38.23 39.66 6.4 -
YUV 160.06 50.09 158.63 -
System Red Green Blue C M Y K H S L
Decimal 203 165 22 0 0.19 0.89 0.20 47.4 0.8 0.44
Hex CB A5 16 0 13 59 14 2F 50 2C
Octal 313 245 26 0 23 131 24 57 120 54
Binary 11001011 10100101 10110 0 10011 1011001 10100 101111 1010000 101100

Color Harmonies of #CBA516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA516

Black with #CBA516

Text Example


Text Example

White with #CBA516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA516; }

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

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

background-color css

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

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

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

border-color css

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

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

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