Html Css Color HEX #C69311 Buddha Gold

📋 copy color: '#C69311'

red 198 ◦ green 147 ◦ blue 17

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

Shades of Buddha Gold #C69311

Tints of Buddha Gold #C69311

RGB

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

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

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

R = 54.7%
G = 40.61%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C69311 (or 0xC69311) is known color: Buddha Gold. HEX triplet: C6, 93 and 11. RGB value is (198,147,17). Sum of RGB (Red+Green+Blue) = 198+147+17=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 17 (7.03% from 255 or 4.70% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C69311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69311 is #396CEE. Grayscale: #949494. Windows color (decimal): -3763439 or 1151942. OLE color: 1151942.

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

Color convert

RGB 198 147 17 -
CMYK 0 0.26 0.91 0.22
HSL 43.09º 0.84% 0.42% -
HSV(B) 43.09º 0.91% 0.78% -
XYZ 33.82 32.91 5.1 -
YUV 147.43 54.4 164.07 -
System Red Green Blue C M Y K H S L
Decimal 198 147 17 0 0.26 0.91 0.22 43.09 0.84 0.42
Hex C6 93 11 0 1A 5B 16 2B 54 2A
Octal 306 223 21 0 32 133 26 53 124 52
Binary 11000110 10010011 10001 0 11010 1011011 10110 101011 1010100 101010

Color Harmonies of #C69311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69311

Black with #C69311

Text Example


Text Example

White with #C69311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69311; }

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

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

background-color css

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

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

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

border-color css

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

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

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