Html Css Color HEX #CBA809 Buddha Gold

📋 copy color: '#CBA809'

red 203 ◦ green 168 ◦ blue 9

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

Shades of Buddha Gold #CBA809

Tints of Buddha Gold #CBA809

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.21%

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

R = 53.42%
G = 44.21%
B = 2.37%

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

#CBA809 (or 0xCBA809) is known color: Buddha Gold. HEX triplet: CB, A8 and 09. RGB value is (203,168,9). Sum of RGB (Red+Green+Blue) = 203+168+9=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 9 (3.91% from 255 or 2.37% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA809 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA809 is #3457F6. Grayscale: #A1A1A1. Windows color (decimal): -3430391 or 633035. OLE color: 633035.

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

Color convert

RGB 203 168 9 -
CMYK 0 0.17 0.96 0.20
HSL 49.18º 0.92% 0.42% -
HSV(B) 49.18º 0.96% 0.8% -
XYZ 38.68 40.72 6.08 -
YUV 160.34 42.6 158.43 -
System Red Green Blue C M Y K H S L
Decimal 203 168 9 0 0.17 0.96 0.20 49.18 0.92 0.42
Hex CB A8 9 0 11 60 14 31 5C 2A
Octal 313 250 11 0 21 140 24 61 134 52
Binary 11001011 10101000 1001 0 10001 1100000 10100 110001 1011100 101010

Color Harmonies of #CBA809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA809

Black with #CBA809

Text Example


Text Example

White with #CBA809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA809; }

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

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

background-color css

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

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

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

border-color css

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

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

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