Html Css Color HEX #CBA801 Buddha Gold

📋 copy color: '#CBA801'

red 203 ◦ green 168 ◦ blue 1

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

Shades of Buddha Gold #CBA801

Tints of Buddha Gold #CBA801

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.16%

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

R = 54.57%
G = 45.16%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CBA801 (or 0xCBA801) is known color: Buddha Gold. HEX triplet: CB, A8 and 01. RGB value is (203,168,1). Sum of RGB (Red+Green+Blue) = 203+168+1=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 168 (66.02% from 255 or 45.16% from 372); Blue value is 1 (0.78% from 255 or 0.27% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA801 is #3457FE. Grayscale: #A0A0A0. Windows color (decimal): -3430399 or 108747. OLE color: 108747.

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

Color convert

RGB 203 168 1 -
CMYK 0 0.17 1.00 0.20
HSL 49.6º 0.99% 0.4% -
HSV(B) 49.6º 1% 0.8% -
XYZ 38.64 40.7 5.85 -
YUV 159.43 38.6 159.08 -
System Red Green Blue C M Y K H S L
Decimal 203 168 1 0 0.17 1.00 0.20 49.6 0.99 0.4
Hex CB A8 1 0 11 64 14 32 63 28
Octal 313 250 1 0 21 144 24 62 143 50
Binary 11001011 10101000 1 0 10001 1100100 10100 110010 1100011 101000

Color Harmonies of #CBA801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA801

Black with #CBA801

Text Example


Text Example

White with #CBA801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA801; }

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

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

background-color css

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

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

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

border-color css

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

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

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