Html Css Color HEX #CBA713 Buddha Gold

📋 copy color: '#CBA713'

red 203 ◦ green 167 ◦ blue 19

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

Shades of Buddha Gold #CBA713

Tints of Buddha Gold #CBA713

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.93%

 BLUE value IS 19 (7.81% from 255) = 4.88%

R = 52.19%
G = 42.93%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CBA713 (or 0xCBA713) is known color: Buddha Gold. HEX triplet: CB, A7 and 13. RGB value is (203,167,19). Sum of RGB (Red+Green+Blue) = 203+167+19=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 167 (65.62% from 255 or 42.93% from 389); Blue value is 19 (7.81% from 255 or 4.88% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA713 is #3458EC. Grayscale: #A1A1A1. Windows color (decimal): -3430637 or 1288139. OLE color: 1288139.

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

Color convert

RGB 203 167 19 -
CMYK 0 0.18 0.91 0.20
HSL 48.26º 0.83% 0.44% -
HSV(B) 48.26º 0.91% 0.8% -
XYZ 38.56 40.38 6.38 -
YUV 160.89 47.93 158.03 -
System Red Green Blue C M Y K H S L
Decimal 203 167 19 0 0.18 0.91 0.20 48.26 0.83 0.44
Hex CB A7 13 0 12 5B 14 30 53 2C
Octal 313 247 23 0 22 133 24 60 123 54
Binary 11001011 10100111 10011 0 10010 1011011 10100 110000 1010011 101100

Color Harmonies of #CBA713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA713

Black with #CBA713

Text Example


Text Example

White with #CBA713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA713; }

 p { color: rgb(203,167,19); }

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

background-color css

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

 a { background-color: rgb(203,167,19); }

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

border-color css

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

 span { border-color: rgb(203,167,19); }

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