Html Css Color HEX #C69511 Buddha Gold

📋 copy color: '#C69511'

red 198 ◦ green 149 ◦ blue 17

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

Shades of Buddha Gold #C69511

Tints of Buddha Gold #C69511

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.93%

 BLUE value IS 17 (7.03% from 255) = 4.67%

R = 54.4%
G = 40.93%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C69511 (or 0xC69511) is known color: Buddha Gold. HEX triplet: C6, 95 and 11. RGB value is (198,149,17). Sum of RGB (Red+Green+Blue) = 198+149+17=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 17 (7.03% from 255 or 4.67% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C69511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69511 is #396AEE. Grayscale: #959595. Windows color (decimal): -3762927 or 1152454. OLE color: 1152454.

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

Color convert

RGB 198 149 17 -
CMYK 0 0.25 0.91 0.22
HSL 43.76º 0.84% 0.42% -
HSV(B) 43.76º 0.91% 0.78% -
XYZ 34.14 33.54 5.21 -
YUV 148.6 53.73 163.23 -
System Red Green Blue C M Y K H S L
Decimal 198 149 17 0 0.25 0.91 0.22 43.76 0.84 0.42
Hex C6 95 11 0 19 5B 16 2C 54 2A
Octal 306 225 21 0 31 133 26 54 124 52
Binary 11000110 10010101 10001 0 11001 1011011 10110 101100 1010100 101010

Color Harmonies of #C69511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69511

Black with #C69511

Text Example


Text Example

White with #C69511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69511; }

 p { color: rgb(198,149,17); }

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

background-color css

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

 a { background-color: rgb(198,149,17); }

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

border-color css

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

 span { border-color: rgb(198,149,17); }

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