Html Css Color HEX #C69811 Buddha Gold

📋 copy color: '#C69811'

red 198 ◦ green 152 ◦ blue 17

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

Shades of Buddha Gold #C69811

Tints of Buddha Gold #C69811

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.42%

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

R = 53.95%
G = 41.42%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C69811 (or 0xC69811) is known color: Buddha Gold. HEX triplet: C6, 98 and 11. RGB value is (198,152,17). Sum of RGB (Red+Green+Blue) = 198+152+17=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 17 (7.03% from 255 or 4.63% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C69811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69811 is #3967EE. Grayscale: #969696. Windows color (decimal): -3762159 or 1153222. OLE color: 1153222.

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

Color convert

RGB 198 152 17 -
CMYK 0 0.23 0.91 0.22
HSL 44.75º 0.84% 0.42% -
HSV(B) 44.75º 0.91% 0.78% -
XYZ 34.62 34.5 5.37 -
YUV 150.36 52.74 161.98 -
System Red Green Blue C M Y K H S L
Decimal 198 152 17 0 0.23 0.91 0.22 44.75 0.84 0.42
Hex C6 98 11 0 17 5B 16 2D 54 2A
Octal 306 230 21 0 27 133 26 55 124 52
Binary 11000110 10011000 10001 0 10111 1011011 10110 101101 1010100 101010

Color Harmonies of #C69811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69811

Black with #C69811

Text Example


Text Example

White with #C69811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69811; }

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

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

background-color css

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

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

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

border-color css

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

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

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