Html Css Color HEX #C69711 Buddha Gold

📋 copy color: '#C69711'

red 198 ◦ green 151 ◦ blue 17

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

Shades of Buddha Gold #C69711

Tints of Buddha Gold #C69711

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.26%

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

R = 54.1%
G = 41.26%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C69711 (or 0xC69711) is known color: Buddha Gold. HEX triplet: C6, 97 and 11. RGB value is (198,151,17). Sum of RGB (Red+Green+Blue) = 198+151+17=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 151 (59.38% from 255 or 41.26% from 366); Blue value is 17 (7.03% from 255 or 4.64% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C69711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69711 is #3968EE. Grayscale: #969696. Windows color (decimal): -3762415 or 1152966. OLE color: 1152966.

HSL color Cylindrical-coordinate representation of color #C69711: hue angle of 44.42º 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 #C69711 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 151 17 -
CMYK 0 0.24 0.91 0.22
HSL 44.42º 0.84% 0.42% -
HSV(B) 44.42º 0.91% 0.78% -
XYZ 34.46 34.18 5.31 -
YUV 149.78 53.07 162.4 -
System Red Green Blue C M Y K H S L
Decimal 198 151 17 0 0.24 0.91 0.22 44.42 0.84 0.42
Hex C6 97 11 0 18 5B 16 2C 54 2A
Octal 306 227 21 0 30 133 26 54 124 52
Binary 11000110 10010111 10001 0 11000 1011011 10110 101100 1010100 101010

Color Harmonies of #C69711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69711

Black with #C69711

Text Example


Text Example

White with #C69711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69711; }

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

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

background-color css

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

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

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

border-color css

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

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

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