Html Css Color HEX #CBA319 Buddha Gold

📋 copy color: '#CBA319'

red 203 ◦ green 163 ◦ blue 25

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

Shades of Buddha Gold #CBA319

Tints of Buddha Gold #CBA319

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.69%

 BLUE value IS 25 (10.16% from 255) = 6.39%

R = 51.92%
G = 41.69%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CBA319 (or 0xCBA319) is known color: Buddha Gold. HEX triplet: CB, A3 and 19. RGB value is (203,163,25). Sum of RGB (Red+Green+Blue) = 203+163+25=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 25 (10.16% from 255 or 6.39% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA319 is #345CE6. Grayscale: #9F9F9F. Windows color (decimal): -3431655 or 1680331. OLE color: 1680331.

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

Color convert

RGB 203 163 25 -
CMYK 0 0.20 0.88 0.20
HSL 46.52º 0.78% 0.45% -
HSV(B) 46.52º 0.88% 0.8% -
XYZ 37.9 38.96 6.44 -
YUV 159.23 52.25 159.22 -
System Red Green Blue C M Y K H S L
Decimal 203 163 25 0 0.20 0.88 0.20 46.52 0.78 0.45
Hex CB A3 19 0 14 58 14 2F 4E 2D
Octal 313 243 31 0 24 130 24 57 116 55
Binary 11001011 10100011 11001 0 10100 1011000 10100 101111 1001110 101101

Color Harmonies of #CBA319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA319

Black with #CBA319

Text Example


Text Example

White with #CBA319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA319; }

 p { color: rgb(203,163,25); }

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

background-color css

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

 a { background-color: rgb(203,163,25); }

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

border-color css

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

 span { border-color: rgb(203,163,25); }

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