Html Css Color HEX #CBA201 Buddha Gold

📋 copy color: '#CBA201'

red 203 ◦ green 162 ◦ blue 1

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

Shades of Buddha Gold #CBA201

Tints of Buddha Gold #CBA201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 55.46%
G = 44.26%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CBA201 (or 0xCBA201) is known color: Buddha Gold. HEX triplet: CB, A2 and 01. RGB value is (203,162,1). Sum of RGB (Red+Green+Blue) = 203+162+1=366 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.46% from 366); Green value is 162 (63.67% from 255 or 44.26% from 366); Blue value is 1 (0.78% from 255 or 0.27% from 366); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA201 is #345DFE. Grayscale: #9C9C9C. Windows color (decimal): -3431935 or 107211. OLE color: 107211.

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

Color convert

RGB 203 162 1 -
CMYK 0 0.20 1.00 0.20
HSL 47.82º 0.99% 0.4% -
HSV(B) 47.82º 1% 0.8% -
XYZ 37.55 38.54 5.49 -
YUV 155.91 40.58 161.59 -
System Red Green Blue C M Y K H S L
Decimal 203 162 1 0 0.20 1.00 0.20 47.82 0.99 0.4
Hex CB A2 1 0 14 64 14 30 63 28
Octal 313 242 1 0 24 144 24 60 143 50
Binary 11001011 10100010 1 0 10100 1100100 10100 110000 1100011 101000

Color Harmonies of #CBA201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA201

Black with #CBA201

Text Example


Text Example

White with #CBA201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA201; }

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

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

background-color css

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

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

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

border-color css

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

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

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