Html Css Color HEX #CBA317 Buddha Gold

📋 copy color: '#CBA317'

red 203 ◦ green 163 ◦ blue 23

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

Shades of Buddha Gold #CBA317

Tints of Buddha Gold #CBA317

RGB

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

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

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

R = 52.19%
G = 41.9%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CBA317 (or 0xCBA317) is known color: Buddha Gold. HEX triplet: CB, A3 and 17. RGB value is (203,163,23). Sum of RGB (Red+Green+Blue) = 203+163+23=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 23 (9.38% from 255 or 5.91% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA317 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA317 is #345CE8. Grayscale: #9F9F9F. Windows color (decimal): -3431657 or 1549259. OLE color: 1549259.

HSL color Cylindrical-coordinate representation of color #CBA317: hue angle of 46.67º 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 #CBA317 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 163 23 -
CMYK 0 0.20 0.89 0.20
HSL 46.67º 0.8% 0.44% -
HSV(B) 46.67º 0.89% 0.8% -
XYZ 37.88 38.95 6.33 -
YUV 159 51.25 159.38 -
System Red Green Blue C M Y K H S L
Decimal 203 163 23 0 0.20 0.89 0.20 46.67 0.8 0.44
Hex CB A3 17 0 14 59 14 2F 50 2C
Octal 313 243 27 0 24 131 24 57 120 54
Binary 11001011 10100011 10111 0 10100 1011001 10100 101111 1010000 101100

Color Harmonies of #CBA317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA317

Black with #CBA317

Text Example


Text Example

White with #CBA317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA317; }

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

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

background-color css

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

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

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

border-color css

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

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

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