Html Css Color HEX #C29910 Buddha Gold

📋 copy color: '#C29910'

red 194 ◦ green 153 ◦ blue 16

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

Shades of Buddha Gold #C29910

Tints of Buddha Gold #C29910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.41%

R = 53.44%
G = 42.15%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C29910 (or 0xC29910) is known color: Buddha Gold. HEX triplet: C2, 99 and 10. RGB value is (194,153,16). Sum of RGB (Red+Green+Blue) = 194+153+16=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 16 (6.64% from 255 or 4.41% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C29910 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29910 is #3D66EF. Grayscale: #969696. Windows color (decimal): -4024048 or 1087938. OLE color: 1087938.

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

Color convert

RGB 194 153 16 -
CMYK 0 0.21 0.92 0.24
HSL 46.18º 0.85% 0.41% -
HSV(B) 46.18º 0.92% 0.76% -
XYZ 33.73 34.29 5.33 -
YUV 149.64 52.58 159.64 -
System Red Green Blue C M Y K H S L
Decimal 194 153 16 0 0.21 0.92 0.24 46.18 0.85 0.41
Hex C2 99 10 0 15 5C 18 2E 55 29
Octal 302 231 20 0 25 134 30 56 125 51
Binary 11000010 10011001 10000 0 10101 1011100 11000 101110 1010101 101001

Color Harmonies of #C29910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29910

Black with #C29910

Text Example


Text Example

White with #C29910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29910; }

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

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

background-color css

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

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

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

border-color css

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

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

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