Html Css Color HEX #CBA21A Buddha Gold

📋 copy color: '#CBA21A'

red 203 ◦ green 162 ◦ blue 26

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

Shades of Buddha Gold #CBA21A

Tints of Buddha Gold #CBA21A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.43%

 BLUE value IS 26 (10.55% from 255) = 6.65%

R = 51.92%
G = 41.43%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CBA21A (or 0xCBA21A) is known color: Buddha Gold. HEX triplet: CB, A2 and 1A. RGB value is (203,162,26). Sum of RGB (Red+Green+Blue) = 203+162+26=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 26 (10.55% from 255 or 6.65% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA21A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA21A is #345DE5. Grayscale: #9F9F9F. Windows color (decimal): -3431910 or 1745611. OLE color: 1745611.

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

Color convert

RGB 203 162 26 -
CMYK 0 0.20 0.87 0.20
HSL 46.1º 0.77% 0.45% -
HSV(B) 46.1º 0.87% 0.8% -
XYZ 37.74 38.61 6.44 -
YUV 158.76 53.08 159.56 -
System Red Green Blue C M Y K H S L
Decimal 203 162 26 0 0.20 0.87 0.20 46.1 0.77 0.45
Hex CB A2 1A 0 14 57 14 2E 4D 2D
Octal 313 242 32 0 24 127 24 56 115 55
Binary 11001011 10100010 11010 0 10100 1010111 10100 101110 1001101 101101

Color Harmonies of #CBA21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA21A

Black with #CBA21A

Text Example


Text Example

White with #CBA21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA21A; }

 p { color: rgb(203,162,26); }

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

background-color css

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

 a { background-color: rgb(203,162,26); }

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

border-color css

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

 span { border-color: rgb(203,162,26); }

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