Html Css Color HEX #CBA000 Buddha Gold

📋 copy color: '#CBA000'

red 203 ◦ green 160 ◦ blue 0

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

Shades of Buddha Gold #CBA000

Tints of Buddha Gold #CBA000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.92%
G = 44.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CBA000 (or 0xCBA000) is known color: Buddha Gold. HEX triplet: CB, A0 and 00. RGB value is (203,160,0). Sum of RGB (Red+Green+Blue) = 203+160+0=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA000 is #345FFF. Grayscale: #9B9B9B. Windows color (decimal): -3432448 or 41163. OLE color: 41163.

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

Color convert

RGB 203 160 0 -
CMYK 0 0.21 1 0.20
HSL 47.29º 1% 0.4% -
HSV(B) 47.29º 1% 0.8% -
XYZ 37.2 37.84 5.34 -
YUV 154.62 40.75 162.51 -
System Red Green Blue C M Y K H S L
Decimal 203 160 0 0 0.21 1 0.20 47.29 1 0.4
Hex CB A0 0 0 15 64 14 2F 64 28
Octal 313 240 0 0 25 144 24 57 144 50
Binary 11001011 10100000 0 0 10101 1100100 10100 101111 1100100 101000

Color Harmonies of #CBA000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA000

Black with #CBA000

Text Example


Text Example

White with #CBA000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA000; }

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

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

background-color css

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

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

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

border-color css

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

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

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