Html Css Color HEX #CBA503 Buddha Gold

📋 copy color: '#CBA503'

red 203 ◦ green 165 ◦ blue 3

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

Shades of Buddha Gold #CBA503

Tints of Buddha Gold #CBA503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.81%

R = 54.72%
G = 44.47%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CBA503 (or 0xCBA503) is known color: Buddha Gold. HEX triplet: CB, A5 and 03. RGB value is (203,165,3). Sum of RGB (Red+Green+Blue) = 203+165+3=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA503 is #345AFC. Grayscale: #9E9E9E. Windows color (decimal): -3431165 or 239051. OLE color: 239051.

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

Color convert

RGB 203 165 3 -
CMYK 0 0.19 0.99 0.20
HSL 48.6º 0.97% 0.4% -
HSV(B) 48.6º 0.99% 0.8% -
XYZ 38.1 39.61 5.72 -
YUV 157.89 40.59 160.17 -
System Red Green Blue C M Y K H S L
Decimal 203 165 3 0 0.19 0.99 0.20 48.6 0.97 0.4
Hex CB A5 3 0 13 63 14 31 61 28
Octal 313 245 3 0 23 143 24 61 141 50
Binary 11001011 10100101 11 0 10011 1100011 10100 110001 1100001 101000

Color Harmonies of #CBA503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA503

Black with #CBA503

Text Example


Text Example

White with #CBA503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA503; }

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

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

background-color css

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

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

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

border-color css

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

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

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