Html Css Color HEX #C69316 Buddha Gold

📋 copy color: '#C69316'

red 198 ◦ green 147 ◦ blue 22

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

Shades of Buddha Gold #C69316

Tints of Buddha Gold #C69316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.99%

R = 53.95%
G = 40.05%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C69316 (or 0xC69316) is known color: Buddha Gold. HEX triplet: C6, 93 and 16. RGB value is (198,147,22). Sum of RGB (Red+Green+Blue) = 198+147+22=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 22 (8.98% from 255 or 5.99% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C69316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69316 is #396CE9. Grayscale: #949494. Windows color (decimal): -3763434 or 1479622. OLE color: 1479622.

HSL color Cylindrical-coordinate representation of color #C69316: hue angle of 42.61º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C69316 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 147 22 -
CMYK 0 0.26 0.89 0.22
HSL 42.61º 0.8% 0.43% -
HSV(B) 42.61º 0.89% 0.78% -
XYZ 33.87 32.93 5.33 -
YUV 148 56.9 163.66 -
System Red Green Blue C M Y K H S L
Decimal 198 147 22 0 0.26 0.89 0.22 42.61 0.8 0.43
Hex C6 93 16 0 1A 59 16 2B 50 2B
Octal 306 223 26 0 32 131 26 53 120 53
Binary 11000110 10010011 10110 0 11010 1011001 10110 101011 1010000 101011

Color Harmonies of #C69316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69316

Black with #C69316

Text Example


Text Example

White with #C69316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69316; }

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

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

background-color css

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

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

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

border-color css

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

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

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