Html Css Color HEX #CBA211 Buddha Gold

📋 copy color: '#CBA211'

red 203 ◦ green 162 ◦ blue 17

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

Shades of Buddha Gold #CBA211

Tints of Buddha Gold #CBA211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.45%

R = 53.14%
G = 42.41%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CBA211 (or 0xCBA211) is known color: Buddha Gold. HEX triplet: CB, A2 and 11. RGB value is (203,162,17). Sum of RGB (Red+Green+Blue) = 203+162+17=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 162 (63.67% from 255 or 42.41% from 382); Blue value is 17 (7.03% from 255 or 4.45% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA211 is #345DEE. Grayscale: #9E9E9E. Windows color (decimal): -3431919 or 1155787. OLE color: 1155787.

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

Color convert

RGB 203 162 17 -
CMYK 0 0.20 0.92 0.20
HSL 46.77º 0.85% 0.43% -
HSV(B) 46.77º 0.92% 0.8% -
XYZ 37.65 38.58 5.99 -
YUV 157.73 48.58 160.29 -
System Red Green Blue C M Y K H S L
Decimal 203 162 17 0 0.20 0.92 0.20 46.77 0.85 0.43
Hex CB A2 11 0 14 5C 14 2F 55 2B
Octal 313 242 21 0 24 134 24 57 125 53
Binary 11001011 10100010 10001 0 10100 1011100 10100 101111 1010101 101011

Color Harmonies of #CBA211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA211

Black with #CBA211

Text Example


Text Example

White with #CBA211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA211; }

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

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

background-color css

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

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

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

border-color css

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

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

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