Html Css Color HEX #CBA315 Buddha Gold

📋 copy color: '#CBA315'

red 203 ◦ green 163 ◦ blue 21

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

Shades of Buddha Gold #CBA315

Tints of Buddha Gold #CBA315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.43%

R = 52.45%
G = 42.12%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CBA315 (or 0xCBA315) is known color: Buddha Gold. HEX triplet: CB, A3 and 15. RGB value is (203,163,21). Sum of RGB (Red+Green+Blue) = 203+163+21=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 21 (8.59% from 255 or 5.43% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA315 is #345CEA. Grayscale: #9F9F9F. Windows color (decimal): -3431659 or 1418187. OLE color: 1418187.

HSL color Cylindrical-coordinate representation of color #CBA315: hue angle of 46.81º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBA315 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 163 21 -
CMYK 0 0.20 0.90 0.20
HSL 46.81º 0.81% 0.44% -
HSV(B) 46.81º 0.9% 0.8% -
XYZ 37.86 38.95 6.23 -
YUV 158.77 50.25 159.55 -
System Red Green Blue C M Y K H S L
Decimal 203 163 21 0 0.20 0.90 0.20 46.81 0.81 0.44
Hex CB A3 15 0 14 5A 14 2F 51 2C
Octal 313 243 25 0 24 132 24 57 121 54
Binary 11001011 10100011 10101 0 10100 1011010 10100 101111 1010001 101100

Color Harmonies of #CBA315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA315

Black with #CBA315

Text Example


Text Example

White with #CBA315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA315; }

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

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

background-color css

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

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

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

border-color css

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

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

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