Html Css Color HEX #C5980B Buddha Gold

📋 copy color: '#C5980B'

red 197 ◦ green 152 ◦ blue 11

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

Shades of Buddha Gold #C5980B

Tints of Buddha Gold #C5980B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.22%

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

R = 54.72%
G = 42.22%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5980B (or 0xC5980B) is known color: Buddha Gold. HEX triplet: C5, 98 and 0B. RGB value is (197,152,11). Sum of RGB (Red+Green+Blue) = 197+152+11=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 11 (4.69% from 255 or 3.06% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C5980B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5980B is #3A67F4. Grayscale: #959595. Windows color (decimal): -3827701 or 760005. OLE color: 760005.

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

Color convert

RGB 197 152 11 -
CMYK 0 0.23 0.94 0.23
HSL 45.48º 0.89% 0.41% -
HSV(B) 45.48º 0.94% 0.77% -
XYZ 34.31 34.35 5.14 -
YUV 149.38 49.91 161.96 -
System Red Green Blue C M Y K H S L
Decimal 197 152 11 0 0.23 0.94 0.23 45.48 0.89 0.41
Hex C5 98 B 0 17 5E 17 2D 59 29
Octal 305 230 13 0 27 136 27 55 131 51
Binary 11000101 10011000 1011 0 10111 1011110 10111 101101 1011001 101001

Color Harmonies of #C5980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5980B

Black with #C5980B

Text Example


Text Example

White with #C5980B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5980B; }

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

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

background-color css

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

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

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

border-color css

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

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

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