Html Css Color HEX #CBA501 Buddha Gold

📋 copy color: '#CBA501'

red 203 ◦ green 165 ◦ blue 1

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

Shades of Buddha Gold #CBA501

Tints of Buddha Gold #CBA501

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.72%

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

R = 55.01%
G = 44.72%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CBA501 (or 0xCBA501) is known color: Buddha Gold. HEX triplet: CB, A5 and 01. RGB value is (203,165,1). Sum of RGB (Red+Green+Blue) = 203+165+1=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 165 (64.84% from 255 or 44.72% from 369); Blue value is 1 (0.78% from 255 or 0.27% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA501 is #345AFE. Grayscale: #9E9E9E. Windows color (decimal): -3431167 or 107979. OLE color: 107979.

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

Color convert

RGB 203 165 1 -
CMYK 0 0.19 1.00 0.20
HSL 48.71º 0.99% 0.4% -
HSV(B) 48.71º 1% 0.8% -
XYZ 38.09 39.61 5.67 -
YUV 157.67 39.59 160.34 -
System Red Green Blue C M Y K H S L
Decimal 203 165 1 0 0.19 1.00 0.20 48.71 0.99 0.4
Hex CB A5 1 0 13 64 14 31 63 28
Octal 313 245 1 0 23 144 24 61 143 50
Binary 11001011 10100101 1 0 10011 1100100 10100 110001 1100011 101000

Color Harmonies of #CBA501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA501

Black with #CBA501

Text Example


Text Example

White with #CBA501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA501; }

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

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

background-color css

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

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

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

border-color css

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

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

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