Html Css Color HEX #CBA601 Buddha Gold

📋 copy color: '#CBA601'

red 203 ◦ green 166 ◦ blue 1

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

Shades of Buddha Gold #CBA601

Tints of Buddha Gold #CBA601

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.86%

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

R = 54.86%
G = 44.86%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CBA601 (or 0xCBA601) is known color: Buddha Gold. HEX triplet: CB, A6 and 01. RGB value is (203,166,1). Sum of RGB (Red+Green+Blue) = 203+166+1=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 166 (65.23% from 255 or 44.86% from 370); Blue value is 1 (0.78% from 255 or 0.27% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA601 is #3459FE. Grayscale: #9E9E9E. Windows color (decimal): -3430911 or 108235. OLE color: 108235.

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

Color convert

RGB 203 166 1 -
CMYK 0 0.18 1.00 0.20
HSL 49.01º 0.99% 0.4% -
HSV(B) 49.01º 1% 0.8% -
XYZ 38.27 39.97 5.73 -
YUV 158.25 39.26 159.92 -
System Red Green Blue C M Y K H S L
Decimal 203 166 1 0 0.18 1.00 0.20 49.01 0.99 0.4
Hex CB A6 1 0 12 64 14 31 63 28
Octal 313 246 1 0 22 144 24 61 143 50
Binary 11001011 10100110 1 0 10010 1100100 10100 110001 1100011 101000

Color Harmonies of #CBA601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA601

Black with #CBA601

Text Example


Text Example

White with #CBA601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA601; }

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

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

background-color css

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

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

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

border-color css

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

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

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