Html Css Color HEX #CBA216 Buddha Gold

📋 copy color: '#CBA216'

red 203 ◦ green 162 ◦ blue 22

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

Shades of Buddha Gold #CBA216

Tints of Buddha Gold #CBA216

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.86%

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

R = 52.45%
G = 41.86%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CBA216 (or 0xCBA216) is known color: Buddha Gold. HEX triplet: CB, A2 and 16. RGB value is (203,162,22). Sum of RGB (Red+Green+Blue) = 203+162+22=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 22 (8.98% from 255 or 5.68% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA216 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA216 is #345DE9. Grayscale: #9E9E9E. Windows color (decimal): -3431914 or 1483467. OLE color: 1483467.

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

Color convert

RGB 203 162 22 -
CMYK 0 0.20 0.89 0.20
HSL 46.41º 0.8% 0.44% -
HSV(B) 46.41º 0.89% 0.8% -
XYZ 37.69 38.6 6.22 -
YUV 158.3 51.08 159.88 -
System Red Green Blue C M Y K H S L
Decimal 203 162 22 0 0.20 0.89 0.20 46.41 0.8 0.44
Hex CB A2 16 0 14 59 14 2E 50 2C
Octal 313 242 26 0 24 131 24 56 120 54
Binary 11001011 10100010 10110 0 10100 1011001 10100 101110 1010000 101100

Color Harmonies of #CBA216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA216

Black with #CBA216

Text Example


Text Example

White with #CBA216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA216; }

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

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

background-color css

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

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

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

border-color css

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

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

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