Html Css Color HEX #CBA517 Buddha Gold

📋 copy color: '#CBA517'

red 203 ◦ green 165 ◦ blue 23

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

Shades of Buddha Gold #CBA517

Tints of Buddha Gold #CBA517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.88%

R = 51.92%
G = 42.2%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CBA517 (or 0xCBA517) is known color: Buddha Gold. HEX triplet: CB, A5 and 17. RGB value is (203,165,23). Sum of RGB (Red+Green+Blue) = 203+165+23=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 23 (9.38% from 255 or 5.88% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA517 is #345AE8. Grayscale: #A0A0A0. Windows color (decimal): -3431145 or 1549771. OLE color: 1549771.

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

Color convert

RGB 203 165 23 -
CMYK 0 0.19 0.89 0.20
HSL 47.33º 0.8% 0.44% -
HSV(B) 47.33º 0.89% 0.8% -
XYZ 38.24 39.67 6.45 -
YUV 160.17 50.59 158.55 -
System Red Green Blue C M Y K H S L
Decimal 203 165 23 0 0.19 0.89 0.20 47.33 0.8 0.44
Hex CB A5 17 0 13 59 14 2F 50 2C
Octal 313 245 27 0 23 131 24 57 120 54
Binary 11001011 10100101 10111 0 10011 1011001 10100 101111 1010000 101100

Color Harmonies of #CBA517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA517

Black with #CBA517

Text Example


Text Example

White with #CBA517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA517; }

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

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

background-color css

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

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

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

border-color css

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

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

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