Html Css Color HEX #CBA016 Buddha Gold

📋 copy color: '#CBA016'

red 203 ◦ green 160 ◦ blue 22

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

Shades of Buddha Gold #CBA016

Tints of Buddha Gold #CBA016

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.56%

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

R = 52.73%
G = 41.56%
B = 5.71%

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

#CBA016 (or 0xCBA016) is known color: Buddha Gold. HEX triplet: CB, A0 and 16. RGB value is (203,160,22). Sum of RGB (Red+Green+Blue) = 203+160+22=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 22 (8.98% from 255 or 5.71% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA016 is #345FE9. Grayscale: #9D9D9D. Windows color (decimal): -3432426 or 1482955. OLE color: 1482955.

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

Color convert

RGB 203 160 22 -
CMYK 0 0.21 0.89 0.20
HSL 45.75º 0.8% 0.44% -
HSV(B) 45.75º 0.89% 0.8% -
XYZ 37.34 37.9 6.11 -
YUV 157.13 51.75 160.72 -
System Red Green Blue C M Y K H S L
Decimal 203 160 22 0 0.21 0.89 0.20 45.75 0.8 0.44
Hex CB A0 16 0 15 59 14 2E 50 2C
Octal 313 240 26 0 25 131 24 56 120 54
Binary 11001011 10100000 10110 0 10101 1011001 10100 101110 1010000 101100

Color Harmonies of #CBA016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA016

Black with #CBA016

Text Example


Text Example

White with #CBA016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA016; }

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

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

background-color css

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

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

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

border-color css

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

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

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