Html Css Color HEX #CBA50F Buddha Gold

📋 copy color: '#CBA50F'

red 203 ◦ green 165 ◦ blue 15

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

Shades of Buddha Gold #CBA50F

Tints of Buddha Gold #CBA50F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.92%

R = 53%
G = 43.08%
B = 3.92%

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

#CBA50F (or 0xCBA50F) is known color: Buddha Gold. HEX triplet: CB, A5 and 0F. RGB value is (203,165,15). Sum of RGB (Red+Green+Blue) = 203+165+15=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 165 (64.84% from 255 or 43.08% from 383); Blue value is 15 (6.25% from 255 or 3.92% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA50F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA50F is #345AF0. Grayscale: #9F9F9F. Windows color (decimal): -3431153 or 1025483. OLE color: 1025483.

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

Color convert

RGB 203 165 15 -
CMYK 0 0.19 0.93 0.20
HSL 47.87º 0.86% 0.43% -
HSV(B) 47.87º 0.93% 0.8% -
XYZ 38.17 39.64 6.09 -
YUV 159.26 46.59 159.2 -
System Red Green Blue C M Y K H S L
Decimal 203 165 15 0 0.19 0.93 0.20 47.87 0.86 0.43
Hex CB A5 F 0 13 5D 14 30 56 2B
Octal 313 245 17 0 23 135 24 60 126 53
Binary 11001011 10100101 1111 0 10011 1011101 10100 110000 1010110 101011

Color Harmonies of #CBA50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA50F

Black with #CBA50F

Text Example


Text Example

White with #CBA50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA50F; }

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

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

background-color css

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

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

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

border-color css

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

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

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