Html Css Color HEX #CBA119 Buddha Gold

📋 copy color: '#CBA119'

red 203 ◦ green 161 ◦ blue 25

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

Shades of Buddha Gold #CBA119

Tints of Buddha Gold #CBA119

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.39%

 BLUE value IS 25 (10.16% from 255) = 6.43%

R = 52.19%
G = 41.39%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CBA119 (or 0xCBA119) is known color: Buddha Gold. HEX triplet: CB, A1 and 19. RGB value is (203,161,25). Sum of RGB (Red+Green+Blue) = 203+161+25=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 161 (63.28% from 255 or 41.39% from 389); Blue value is 25 (10.16% from 255 or 6.43% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA119 is #345EE6. Grayscale: #9E9E9E. Windows color (decimal): -3432167 or 1679819. OLE color: 1679819.

HSL color Cylindrical-coordinate representation of color #CBA119: hue angle of 45.84º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CBA119 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 161 25 -
CMYK 0 0.21 0.88 0.20
HSL 45.84º 0.78% 0.45% -
HSV(B) 45.84º 0.88% 0.8% -
XYZ 37.55 38.26 6.32 -
YUV 158.05 52.91 160.06 -
System Red Green Blue C M Y K H S L
Decimal 203 161 25 0 0.21 0.88 0.20 45.84 0.78 0.45
Hex CB A1 19 0 15 58 14 2E 4E 2D
Octal 313 241 31 0 25 130 24 56 116 55
Binary 11001011 10100001 11001 0 10101 1011000 10100 101110 1001110 101101

Color Harmonies of #CBA119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA119

Black with #CBA119

Text Example


Text Example

White with #CBA119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA119; }

 p { color: rgb(203,161,25); }

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

background-color css

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

 a { background-color: rgb(203,161,25); }

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

border-color css

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

 span { border-color: rgb(203,161,25); }

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