Html Css Color HEX #C69310 Buddha Gold

📋 copy color: '#C69310'

red 198 ◦ green 147 ◦ blue 16

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

Shades of Buddha Gold #C69310

Tints of Buddha Gold #C69310

RGB

 RED value IS 198 (77.73% from 255) = 54.85%

 GREEN value IS 147 (57.81% from 255) = 40.72%

 BLUE value IS 16 (6.64% from 255) = 4.43%

R = 54.85%
G = 40.72%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C69310 (or 0xC69310) is known color: Buddha Gold. HEX triplet: C6, 93 and 10. RGB value is (198,147,16). Sum of RGB (Red+Green+Blue) = 198+147+16=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 16 (6.64% from 255 or 4.43% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C69310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69310 is #396CEF. Grayscale: #939393. Windows color (decimal): -3763440 or 1086406. OLE color: 1086406.

HSL color Cylindrical-coordinate representation of color #C69310: hue angle of 43.19º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C69310 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 147 16 -
CMYK 0 0.26 0.92 0.22
HSL 43.19º 0.85% 0.42% -
HSV(B) 43.19º 0.92% 0.78% -
XYZ 33.82 32.91 5.06 -
YUV 147.32 53.9 164.15 -
System Red Green Blue C M Y K H S L
Decimal 198 147 16 0 0.26 0.92 0.22 43.19 0.85 0.42
Hex C6 93 10 0 1A 5C 16 2B 55 2A
Octal 306 223 20 0 32 134 26 53 125 52
Binary 11000110 10010011 10000 0 11010 1011100 10110 101011 1010101 101010

Color Harmonies of #C69310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69310

Black with #C69310

Text Example


Text Example

White with #C69310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69310; }

 p { color: rgb(198,147,16); }

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

background-color css

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

 a { background-color: rgb(198,147,16); }

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

border-color css

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

 span { border-color: rgb(198,147,16); }

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