Html Css Color HEX #CBA50B Buddha Gold

📋 copy color: '#CBA50B'

red 203 ◦ green 165 ◦ blue 11

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

Shades of Buddha Gold #CBA50B

Tints of Buddha Gold #CBA50B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.9%

R = 53.56%
G = 43.54%
B = 2.9%

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

#CBA50B (or 0xCBA50B) is known color: Buddha Gold. HEX triplet: CB, A5 and 0B. RGB value is (203,165,11). Sum of RGB (Red+Green+Blue) = 203+165+11=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 165 (64.84% from 255 or 43.54% from 379); Blue value is 11 (4.69% from 255 or 2.90% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA50B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA50B is #345AF4. Grayscale: #9F9F9F. Windows color (decimal): -3431157 or 763339. OLE color: 763339.

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

Color convert

RGB 203 165 11 -
CMYK 0 0.19 0.95 0.20
HSL 48.13º 0.9% 0.42% -
HSV(B) 48.13º 0.95% 0.8% -
XYZ 38.14 39.63 5.96 -
YUV 158.81 44.59 159.52 -
System Red Green Blue C M Y K H S L
Decimal 203 165 11 0 0.19 0.95 0.20 48.13 0.9 0.42
Hex CB A5 B 0 13 5F 14 30 5A 2A
Octal 313 245 13 0 23 137 24 60 132 52
Binary 11001011 10100101 1011 0 10011 1011111 10100 110000 1011010 101010

Color Harmonies of #CBA50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA50B

Black with #CBA50B

Text Example


Text Example

White with #CBA50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA50B; }

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

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

background-color css

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

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

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

border-color css

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

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

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