Html Css Color HEX #CBA50A Buddha Gold

📋 copy color: '#CBA50A'

red 203 ◦ green 165 ◦ blue 10

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

Shades of Buddha Gold #CBA50A

Tints of Buddha Gold #CBA50A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.65%

R = 53.7%
G = 43.65%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CBA50A (or 0xCBA50A) is known color: Buddha Gold. HEX triplet: CB, A5 and 0A. RGB value is (203,165,10). Sum of RGB (Red+Green+Blue) = 203+165+10=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 165 (64.84% from 255 or 43.65% from 378); Blue value is 10 (4.30% from 255 or 2.65% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA50A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA50A is #345AF5. Grayscale: #9F9F9F. Windows color (decimal): -3431158 or 697803. OLE color: 697803.

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

Color convert

RGB 203 165 10 -
CMYK 0 0.19 0.95 0.20
HSL 48.19º 0.91% 0.42% -
HSV(B) 48.19º 0.95% 0.8% -
XYZ 38.14 39.63 5.93 -
YUV 158.69 44.09 159.6 -
System Red Green Blue C M Y K H S L
Decimal 203 165 10 0 0.19 0.95 0.20 48.19 0.91 0.42
Hex CB A5 A 0 13 5F 14 30 5B 2A
Octal 313 245 12 0 23 137 24 60 133 52
Binary 11001011 10100101 1010 0 10011 1011111 10100 110000 1011011 101010

Color Harmonies of #CBA50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA50A

Black with #CBA50A

Text Example


Text Example

White with #CBA50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA50A; }

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

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

background-color css

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

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

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

border-color css

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

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

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