Html Css Color HEX #C5A70B Buddha Gold

📋 copy color: '#C5A70B'

red 197 ◦ green 167 ◦ blue 11

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

Shades of Buddha Gold #C5A70B

Tints of Buddha Gold #C5A70B

RGB

 RED value IS 197 (77.34% from 255) = 52.53%

 GREEN value IS 167 (65.63% from 255) = 44.53%

 BLUE value IS 11 (4.69% from 255) = 2.93%

R = 52.53%
G = 44.53%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5A70B (or 0xC5A70B) is known color: Buddha Gold. HEX triplet: C5, A7 and 0B. RGB value is (197,167,11). Sum of RGB (Red+Green+Blue) = 197+167+11=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 167 (65.62% from 255 or 44.53% from 375); Blue value is 11 (4.69% from 255 or 2.93% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A70B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A70B is #3A58F4. Grayscale: #9E9E9E. Windows color (decimal): -3823861 or 763845. OLE color: 763845.

HSL color Cylindrical-coordinate representation of color #C5A70B: hue angle of 50.32º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5A70B is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 167 11 -
CMYK 0 0.15 0.94 0.23
HSL 50.32º 0.89% 0.41% -
HSV(B) 50.32º 0.94% 0.77% -
XYZ 36.91 39.53 6 -
YUV 158.19 44.94 155.68 -
System Red Green Blue C M Y K H S L
Decimal 197 167 11 0 0.15 0.94 0.23 50.32 0.89 0.41
Hex C5 A7 B 0 F 5E 17 32 59 29
Octal 305 247 13 0 17 136 27 62 131 51
Binary 11000101 10100111 1011 0 1111 1011110 10111 110010 1011001 101001

Color Harmonies of #C5A70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A70B

Black with #C5A70B

Text Example


Text Example

White with #C5A70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A70B; }

 p { color: rgb(197,167,11); }

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

background-color css

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

 a { background-color: rgb(197,167,11); }

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

border-color css

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

 span { border-color: rgb(197,167,11); }

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