Html Css Color HEX #CBA217 Buddha Gold

📋 copy color: '#CBA217'

red 203 ◦ green 162 ◦ blue 23

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

Shades of Buddha Gold #CBA217

Tints of Buddha Gold #CBA217

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.75%

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

R = 52.32%
G = 41.75%
B = 5.93%

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

#CBA217 (or 0xCBA217) is known color: Buddha Gold. HEX triplet: CB, A2 and 17. RGB value is (203,162,23). Sum of RGB (Red+Green+Blue) = 203+162+23=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 162 (63.67% from 255 or 41.75% from 388); Blue value is 23 (9.38% from 255 or 5.93% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA217 is #345DE8. Grayscale: #9F9F9F. Windows color (decimal): -3431913 or 1549003. OLE color: 1549003.

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

Color convert

RGB 203 162 23 -
CMYK 0 0.20 0.89 0.20
HSL 46.33º 0.8% 0.44% -
HSV(B) 46.33º 0.89% 0.8% -
XYZ 37.7 38.6 6.27 -
YUV 158.41 51.58 159.8 -
System Red Green Blue C M Y K H S L
Decimal 203 162 23 0 0.20 0.89 0.20 46.33 0.8 0.44
Hex CB A2 17 0 14 59 14 2E 50 2C
Octal 313 242 27 0 24 131 24 56 120 54
Binary 11001011 10100010 10111 0 10100 1011001 10100 101110 1010000 101100

Color Harmonies of #CBA217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA217

Black with #CBA217

Text Example


Text Example

White with #CBA217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA217; }

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

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

background-color css

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

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

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

border-color css

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

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

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