Html Css Color HEX #CBA909 Buddha Gold

📋 copy color: '#CBA909'

red 203 ◦ green 169 ◦ blue 9

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

Shades of Buddha Gold #CBA909

Tints of Buddha Gold #CBA909

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.36%

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

R = 53.28%
G = 44.36%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CBA909 (or 0xCBA909) is known color: Buddha Gold. HEX triplet: CB, A9 and 09. RGB value is (203,169,9). Sum of RGB (Red+Green+Blue) = 203+169+9=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 169 (66.41% from 255 or 44.36% from 381); Blue value is 9 (3.91% from 255 or 2.36% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA909 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA909 is #3456F6. Grayscale: #A1A1A1. Windows color (decimal): -3430135 or 633291. OLE color: 633291.

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

Color convert

RGB 203 169 9 -
CMYK 0 0.17 0.96 0.20
HSL 49.48º 0.92% 0.42% -
HSV(B) 49.48º 0.96% 0.8% -
XYZ 38.87 41.09 6.14 -
YUV 160.93 42.26 158.01 -
System Red Green Blue C M Y K H S L
Decimal 203 169 9 0 0.17 0.96 0.20 49.48 0.92 0.42
Hex CB A9 9 0 11 60 14 31 5C 2A
Octal 313 251 11 0 21 140 24 61 134 52
Binary 11001011 10101001 1001 0 10001 1100000 10100 110001 1011100 101010

Color Harmonies of #CBA909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA909

Black with #CBA909

Text Example


Text Example

White with #CBA909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA909; }

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

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

background-color css

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

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

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

border-color css

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

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

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