Html Css Color HEX #CBA109 Buddha Gold

📋 copy color: '#CBA109'

red 203 ◦ green 161 ◦ blue 9

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

Shades of Buddha Gold #CBA109

Tints of Buddha Gold #CBA109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.41%

R = 54.42%
G = 43.16%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CBA109 (or 0xCBA109) is known color: Buddha Gold. HEX triplet: CB, A1 and 09. RGB value is (203,161,9). Sum of RGB (Red+Green+Blue) = 203+161+9=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 161 (63.28% from 255 or 43.16% from 373); Blue value is 9 (3.91% from 255 or 2.41% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA109 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA109 is #345EF6. Grayscale: #9C9C9C. Windows color (decimal): -3432183 or 631243. OLE color: 631243.

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

Color convert

RGB 203 161 9 -
CMYK 0 0.21 0.96 0.20
HSL 47.01º 0.92% 0.42% -
HSV(B) 47.01º 0.96% 0.8% -
XYZ 37.42 38.21 5.66 -
YUV 156.23 44.91 161.36 -
System Red Green Blue C M Y K H S L
Decimal 203 161 9 0 0.21 0.96 0.20 47.01 0.92 0.42
Hex CB A1 9 0 15 60 14 2F 5C 2A
Octal 313 241 11 0 25 140 24 57 134 52
Binary 11001011 10100001 1001 0 10101 1100000 10100 101111 1011100 101010

Color Harmonies of #CBA109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA109

Black with #CBA109

Text Example


Text Example

White with #CBA109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA109; }

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

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

background-color css

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

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

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

border-color css

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

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

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