Html Css Color HEX #CBA309 Buddha Gold

📋 copy color: '#CBA309'

red 203 ◦ green 163 ◦ blue 9

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

Shades of Buddha Gold #CBA309

Tints of Buddha Gold #CBA309

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.47%

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

R = 54.13%
G = 43.47%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CBA309 (or 0xCBA309) is known color: Buddha Gold. HEX triplet: CB, A3 and 09. RGB value is (203,163,9). Sum of RGB (Red+Green+Blue) = 203+163+9=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 9 (3.91% from 255 or 2.4% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA309 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA309 is #345CF6. Grayscale: #9E9E9E. Windows color (decimal): -3431671 or 631755. OLE color: 631755.

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

Color convert

RGB 203 163 9 -
CMYK 0 0.20 0.96 0.20
HSL 47.63º 0.92% 0.42% -
HSV(B) 47.63º 0.96% 0.8% -
XYZ 37.78 38.91 5.78 -
YUV 157.4 44.25 160.52 -
System Red Green Blue C M Y K H S L
Decimal 203 163 9 0 0.20 0.96 0.20 47.63 0.92 0.42
Hex CB A3 9 0 14 60 14 30 5C 2A
Octal 313 243 11 0 24 140 24 60 134 52
Binary 11001011 10100011 1001 0 10100 1100000 10100 110000 1011100 101010

Color Harmonies of #CBA309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA309

Black with #CBA309

Text Example


Text Example

White with #CBA309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA309; }

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

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

background-color css

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

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

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

border-color css

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

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

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