Html Css Color HEX #C69712 Buddha Gold

📋 copy color: '#C69712'

red 198 ◦ green 151 ◦ blue 18

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

Shades of Buddha Gold #C69712

Tints of Buddha Gold #C69712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.9%

R = 53.95%
G = 41.14%
B = 4.9%

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

#C69712 (or 0xC69712) is known color: Buddha Gold. HEX triplet: C6, 97 and 12. RGB value is (198,151,18). Sum of RGB (Red+Green+Blue) = 198+151+18=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 18 (7.42% from 255 or 4.90% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C69712 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69712 is #3968ED. Grayscale: #969696. Windows color (decimal): -3762414 or 1218502. OLE color: 1218502.

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

Color convert

RGB 198 151 18 -
CMYK 0 0.24 0.91 0.22
HSL 44.33º 0.83% 0.42% -
HSV(B) 44.33º 0.91% 0.78% -
XYZ 34.46 34.18 5.35 -
YUV 149.89 53.57 162.31 -
System Red Green Blue C M Y K H S L
Decimal 198 151 18 0 0.24 0.91 0.22 44.33 0.83 0.42
Hex C6 97 12 0 18 5B 16 2C 53 2A
Octal 306 227 22 0 30 133 26 54 123 52
Binary 11000110 10010111 10010 0 11000 1011011 10110 101100 1010011 101010

Color Harmonies of #C69712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69712

Black with #C69712

Text Example


Text Example

White with #C69712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69712; }

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

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

background-color css

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

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

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

border-color css

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

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

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