Html Css Color HEX #CBA200 Buddha Gold

📋 copy color: '#CBA200'

red 203 ◦ green 162 ◦ blue 0

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

Shades of Buddha Gold #CBA200

Tints of Buddha Gold #CBA200

RGB

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

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

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

R = 55.62%
G = 44.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CBA200 (or 0xCBA200) is known color: Buddha Gold. HEX triplet: CB, A2 and 00. RGB value is (203,162,0). Sum of RGB (Red+Green+Blue) = 203+162+0=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA200 is #345DFF. Grayscale: #9C9C9C. Windows color (decimal): -3431936 or 41675. OLE color: 41675.

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

Color convert

RGB 203 162 0 -
CMYK 0 0.20 1 0.20
HSL 47.88º 1% 0.4% -
HSV(B) 47.88º 1% 0.8% -
XYZ 37.55 38.54 5.46 -
YUV 155.79 40.08 161.67 -
System Red Green Blue C M Y K H S L
Decimal 203 162 0 0 0.20 1 0.20 47.88 1 0.4
Hex CB A2 0 0 14 64 14 30 64 28
Octal 313 242 0 0 24 144 24 60 144 50
Binary 11001011 10100010 0 0 10100 1100100 10100 110000 1100100 101000

Color Harmonies of #CBA200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA200

Black with #CBA200

Text Example


Text Example

White with #CBA200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA200; }

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

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

background-color css

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

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

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

border-color css

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

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

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