Html Css Color HEX #CBA40C Buddha Gold

📋 copy color: '#CBA40C'

red 203 ◦ green 164 ◦ blue 12

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

Shades of Buddha Gold #CBA40C

Tints of Buddha Gold #CBA40C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.27%

 BLUE value IS 12 (5.08% from 255) = 3.17%

R = 53.56%
G = 43.27%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CBA40C (or 0xCBA40C) is known color: Buddha Gold. HEX triplet: CB, A4 and 0C. RGB value is (203,164,12). Sum of RGB (Red+Green+Blue) = 203+164+12=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 164 (64.45% from 255 or 43.27% from 379); Blue value is 12 (5.08% from 255 or 3.17% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA40C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA40C is #345BF3. Grayscale: #9E9E9E. Windows color (decimal): -3431412 or 828619. OLE color: 828619.

HSL color Cylindrical-coordinate representation of color #CBA40C: hue angle of 47.75º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBA40C is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 164 12 -
CMYK 0 0.19 0.94 0.20
HSL 47.75º 0.89% 0.42% -
HSV(B) 47.75º 0.94% 0.8% -
XYZ 37.97 39.27 5.93 -
YUV 158.33 45.42 159.86 -
System Red Green Blue C M Y K H S L
Decimal 203 164 12 0 0.19 0.94 0.20 47.75 0.89 0.42
Hex CB A4 C 0 13 5E 14 30 59 2A
Octal 313 244 14 0 23 136 24 60 131 52
Binary 11001011 10100100 1100 0 10011 1011110 10100 110000 1011001 101010

Color Harmonies of #CBA40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA40C

Black with #CBA40C

Text Example


Text Example

White with #CBA40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA40C; }

 p { color: rgb(203,164,12); }

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

background-color css

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

 a { background-color: rgb(203,164,12); }

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

border-color css

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

 span { border-color: rgb(203,164,12); }

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