Html Css Color HEX #CBA20F Buddha Gold

📋 copy color: '#CBA20F'

red 203 ◦ green 162 ◦ blue 15

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

Shades of Buddha Gold #CBA20F

Tints of Buddha Gold #CBA20F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.95%

R = 53.42%
G = 42.63%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CBA20F (or 0xCBA20F) is known color: Buddha Gold. HEX triplet: CB, A2 and 0F. RGB value is (203,162,15). Sum of RGB (Red+Green+Blue) = 203+162+15=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 162 (63.67% from 255 or 42.63% from 380); Blue value is 15 (6.25% from 255 or 3.95% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA20F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA20F is #345DF0. Grayscale: #9E9E9E. Windows color (decimal): -3431921 or 1024715. OLE color: 1024715.

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

Color convert

RGB 203 162 15 -
CMYK 0 0.20 0.93 0.20
HSL 46.91º 0.86% 0.43% -
HSV(B) 46.91º 0.93% 0.8% -
XYZ 37.64 38.57 5.91 -
YUV 157.5 47.58 160.45 -
System Red Green Blue C M Y K H S L
Decimal 203 162 15 0 0.20 0.93 0.20 46.91 0.86 0.43
Hex CB A2 F 0 14 5D 14 2F 56 2B
Octal 313 242 17 0 24 135 24 57 126 53
Binary 11001011 10100010 1111 0 10100 1011101 10100 101111 1010110 101011

Color Harmonies of #CBA20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA20F

Black with #CBA20F

Text Example


Text Example

White with #CBA20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA20F; }

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

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

background-color css

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

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

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

border-color css

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

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

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