Html Css Color HEX #C59A0A Buddha Gold

📋 copy color: '#C59A0A'

red 197 ◦ green 154 ◦ blue 10

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

Shades of Buddha Gold #C59A0A

Tints of Buddha Gold #C59A0A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.66%

 BLUE value IS 10 (4.3% from 255) = 2.77%

R = 54.57%
G = 42.66%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C59A0A (or 0xC59A0A) is known color: Buddha Gold. HEX triplet: C5, 9A and 0A. RGB value is (197,154,10). Sum of RGB (Red+Green+Blue) = 197+154+10=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 10 (4.30% from 255 or 2.77% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C59A0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59A0A is #3A65F5. Grayscale: #979797. Windows color (decimal): -3827190 or 694981. OLE color: 694981.

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

Color convert

RGB 197 154 10 -
CMYK 0 0.22 0.95 0.23
HSL 46.2º 0.9% 0.41% -
HSV(B) 46.2º 0.95% 0.77% -
XYZ 34.64 35 5.22 -
YUV 150.44 48.75 161.21 -
System Red Green Blue C M Y K H S L
Decimal 197 154 10 0 0.22 0.95 0.23 46.2 0.9 0.41
Hex C5 9A A 0 16 5F 17 2E 5A 29
Octal 305 232 12 0 26 137 27 56 132 51
Binary 11000101 10011010 1010 0 10110 1011111 10111 101110 1011010 101001

Color Harmonies of #C59A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59A0A

Black with #C59A0A

Text Example


Text Example

White with #C59A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59A0A; }

 p { color: rgb(197,154,10); }

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

background-color css

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

 a { background-color: rgb(197,154,10); }

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

border-color css

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

 span { border-color: rgb(197,154,10); }

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