Html Css Color HEX #CBA400 Buddha Gold

📋 copy color: '#CBA400'

red 203 ◦ green 164 ◦ blue 0

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

Shades of Buddha Gold #CBA400

Tints of Buddha Gold #CBA400

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.69%

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

R = 55.31%
G = 44.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CBA400 (or 0xCBA400) is known color: Buddha Gold. HEX triplet: CB, A4 and 00. RGB value is (203,164,0). Sum of RGB (Red+Green+Blue) = 203+164+0=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 164 (64.45% from 255 or 44.69% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA400 is #345BFF. Grayscale: #9D9D9D. Windows color (decimal): -3431424 or 42187. OLE color: 42187.

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

Color convert

RGB 203 164 0 -
CMYK 0 0.19 1 0.20
HSL 48.47º 1% 0.4% -
HSV(B) 48.47º 1% 0.8% -
XYZ 37.9 39.25 5.58 -
YUV 156.97 39.42 160.84 -
System Red Green Blue C M Y K H S L
Decimal 203 164 0 0 0.19 1 0.20 48.47 1 0.4
Hex CB A4 0 0 13 64 14 30 64 28
Octal 313 244 0 0 23 144 24 60 144 50
Binary 11001011 10100100 0 0 10011 1100100 10100 110000 1100100 101000

Color Harmonies of #CBA400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA400

Black with #CBA400

Text Example


Text Example

White with #CBA400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA400; }

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

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

background-color css

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

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

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

border-color css

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

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

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