Html Css Color HEX #CBA015 Buddha Gold

📋 copy color: '#CBA015'

red 203 ◦ green 160 ◦ blue 21

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

Shades of Buddha Gold #CBA015

Tints of Buddha Gold #CBA015

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.67%

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

R = 52.86%
G = 41.67%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CBA015 (or 0xCBA015) is known color: Buddha Gold. HEX triplet: CB, A0 and 15. RGB value is (203,160,21). Sum of RGB (Red+Green+Blue) = 203+160+21=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 160 (62.89% from 255 or 41.67% from 384); Blue value is 21 (8.59% from 255 or 5.47% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA015 is #345FEA. Grayscale: #9D9D9D. Windows color (decimal): -3432427 or 1417419. OLE color: 1417419.

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

Color convert

RGB 203 160 21 -
CMYK 0 0.21 0.90 0.20
HSL 45.82º 0.81% 0.44% -
HSV(B) 45.82º 0.9% 0.8% -
XYZ 37.33 37.89 6.06 -
YUV 157.01 51.25 160.8 -
System Red Green Blue C M Y K H S L
Decimal 203 160 21 0 0.21 0.90 0.20 45.82 0.81 0.44
Hex CB A0 15 0 15 5A 14 2E 51 2C
Octal 313 240 25 0 25 132 24 56 121 54
Binary 11001011 10100000 10101 0 10101 1011010 10100 101110 1010001 101100

Color Harmonies of #CBA015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA015

Black with #CBA015

Text Example


Text Example

White with #CBA015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA015; }

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

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

background-color css

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

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

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

border-color css

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

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

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