Html Css Color HEX #C29912 Buddha Gold

📋 copy color: '#C29912'

red 194 ◦ green 153 ◦ blue 18

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

Shades of Buddha Gold #C29912

Tints of Buddha Gold #C29912

RGB

 RED value IS 194 (76.17% from 255) = 53.15%

 GREEN value IS 153 (60.16% from 255) = 41.92%

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

R = 53.15%
G = 41.92%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C29912 (or 0xC29912) is known color: Buddha Gold. HEX triplet: C2, 99 and 12. RGB value is (194,153,18). Sum of RGB (Red+Green+Blue) = 194+153+18=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 18 (7.42% from 255 or 4.93% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C29912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29912 is #3D66ED. Grayscale: #969696. Windows color (decimal): -4024046 or 1219010. OLE color: 1219010.

HSL color Cylindrical-coordinate representation of color #C29912: hue angle of 46.02º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C29912 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 153 18 -
CMYK 0 0.21 0.91 0.24
HSL 46.02º 0.83% 0.42% -
HSV(B) 46.02º 0.91% 0.76% -
XYZ 33.75 34.3 5.41 -
YUV 149.87 53.58 159.48 -
System Red Green Blue C M Y K H S L
Decimal 194 153 18 0 0.21 0.91 0.24 46.02 0.83 0.42
Hex C2 99 12 0 15 5B 18 2E 53 2A
Octal 302 231 22 0 25 133 30 56 123 52
Binary 11000010 10011001 10010 0 10101 1011011 11000 101110 1010011 101010

Color Harmonies of #C29912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29912

Black with #C29912

Text Example


Text Example

White with #C29912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29912; }

 p { color: rgb(194,153,18); }

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

background-color css

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

 a { background-color: rgb(194,153,18); }

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

border-color css

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

 span { border-color: rgb(194,153,18); }

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