Html Css Color HEX #CBA50E Buddha Gold

📋 copy color: '#CBA50E'

red 203 ◦ green 165 ◦ blue 14

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

Shades of Buddha Gold #CBA50E

Tints of Buddha Gold #CBA50E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.66%

R = 53.14%
G = 43.19%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CBA50E (or 0xCBA50E) is known color: Buddha Gold. HEX triplet: CB, A5 and 0E. RGB value is (203,165,14). Sum of RGB (Red+Green+Blue) = 203+165+14=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 165 (64.84% from 255 or 43.19% from 382); Blue value is 14 (5.86% from 255 or 3.66% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA50E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA50E is #345AF1. Grayscale: #9F9F9F. Windows color (decimal): -3431154 or 959947. OLE color: 959947.

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

Color convert

RGB 203 165 14 -
CMYK 0 0.19 0.93 0.20
HSL 47.94º 0.87% 0.43% -
HSV(B) 47.94º 0.93% 0.8% -
XYZ 38.16 39.64 6.06 -
YUV 159.15 46.09 159.28 -
System Red Green Blue C M Y K H S L
Decimal 203 165 14 0 0.19 0.93 0.20 47.94 0.87 0.43
Hex CB A5 E 0 13 5D 14 30 57 2B
Octal 313 245 16 0 23 135 24 60 127 53
Binary 11001011 10100101 1110 0 10011 1011101 10100 110000 1010111 101011

Color Harmonies of #CBA50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA50E

Black with #CBA50E

Text Example


Text Example

White with #CBA50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA50E; }

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

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

background-color css

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

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

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

border-color css

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

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

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