Html Css Color HEX #C69812 Buddha Gold

📋 copy color: '#C69812'

red 198 ◦ green 152 ◦ blue 18

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

Shades of Buddha Gold #C69812

Tints of Buddha Gold #C69812

RGB

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

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

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

R = 53.8%
G = 41.3%
B = 4.89%

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

#C69812 (or 0xC69812) is known color: Buddha Gold. HEX triplet: C6, 98 and 12. RGB value is (198,152,18). Sum of RGB (Red+Green+Blue) = 198+152+18=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 18 (7.42% from 255 or 4.89% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C69812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69812 is #3967ED. Grayscale: #979797. Windows color (decimal): -3762158 or 1218758. OLE color: 1218758.

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

Color convert

RGB 198 152 18 -
CMYK 0 0.23 0.91 0.22
HSL 44.67º 0.83% 0.42% -
HSV(B) 44.67º 0.91% 0.78% -
XYZ 34.63 34.51 5.41 -
YUV 150.48 53.24 161.9 -
System Red Green Blue C M Y K H S L
Decimal 198 152 18 0 0.23 0.91 0.22 44.67 0.83 0.42
Hex C6 98 12 0 17 5B 16 2D 53 2A
Octal 306 230 22 0 27 133 26 55 123 52
Binary 11000110 10011000 10010 0 10111 1011011 10110 101101 1010011 101010

Color Harmonies of #C69812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69812

Black with #C69812

Text Example


Text Example

White with #C69812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69812; }

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

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

background-color css

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

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

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

border-color css

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

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

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