Html Css Color HEX #CBA509 Buddha Gold

📋 copy color: '#CBA509'

red 203 ◦ green 165 ◦ blue 9

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

Shades of Buddha Gold #CBA509

Tints of Buddha Gold #CBA509

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.77%

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

R = 53.85%
G = 43.77%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CBA509 (or 0xCBA509) is known color: Buddha Gold. HEX triplet: CB, A5 and 09. RGB value is (203,165,9). Sum of RGB (Red+Green+Blue) = 203+165+9=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 9 (3.91% from 255 or 2.39% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA509 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA509 is #345AF6. Grayscale: #9F9F9F. Windows color (decimal): -3431159 or 632267. OLE color: 632267.

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

Color convert

RGB 203 165 9 -
CMYK 0 0.19 0.96 0.20
HSL 48.25º 0.92% 0.42% -
HSV(B) 48.25º 0.96% 0.8% -
XYZ 38.13 39.63 5.9 -
YUV 158.58 43.59 159.68 -
System Red Green Blue C M Y K H S L
Decimal 203 165 9 0 0.19 0.96 0.20 48.25 0.92 0.42
Hex CB A5 9 0 13 60 14 30 5C 2A
Octal 313 245 11 0 23 140 24 60 134 52
Binary 11001011 10100101 1001 0 10011 1100000 10100 110000 1011100 101010

Color Harmonies of #CBA509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA509

Black with #CBA509

Text Example


Text Example

White with #CBA509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA509; }

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

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

background-color css

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

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

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

border-color css

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

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

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