Html Css Color HEX #CBA300 Buddha Gold

📋 copy color: '#CBA300'

red 203 ◦ green 163 ◦ blue 0

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

Shades of Buddha Gold #CBA300

Tints of Buddha Gold #CBA300

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.54%

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

R = 55.46%
G = 44.54%
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

#CBA300 (or 0xCBA300) is known color: Buddha Gold. HEX triplet: CB, A3 and 00. RGB value is (203,163,0). Sum of RGB (Red+Green+Blue) = 203+163+0=366 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.46% from 366); Green value is 163 (64.06% from 255 or 44.54% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA300 is #345CFF. Grayscale: #9D9D9D. Windows color (decimal): -3431680 or 41931. OLE color: 41931.

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

Color convert

RGB 203 163 0 -
CMYK 0 0.20 1 0.20
HSL 48.18º 1% 0.4% -
HSV(B) 48.18º 1% 0.8% -
XYZ 37.73 38.89 5.52 -
YUV 156.38 39.75 161.25 -
System Red Green Blue C M Y K H S L
Decimal 203 163 0 0 0.20 1 0.20 48.18 1 0.4
Hex CB A3 0 0 14 64 14 30 64 28
Octal 313 243 0 0 24 144 24 60 144 50
Binary 11001011 10100011 0 0 10100 1100100 10100 110000 1100100 101000

Color Harmonies of #CBA300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA300

Black with #CBA300

Text Example


Text Example

White with #CBA300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA300; }

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

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

background-color css

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

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

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

border-color css

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

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

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