Html Css Color HEX #C29F11 Buddha Gold

📋 copy color: '#C29F11'

red 194 ◦ green 159 ◦ blue 17

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

Shades of Buddha Gold #C29F11

Tints of Buddha Gold #C29F11

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.97%

 BLUE value IS 17 (7.03% from 255) = 4.59%

R = 52.43%
G = 42.97%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C29F11 (or 0xC29F11) is known color: Buddha Gold. HEX triplet: C2, 9F and 11. RGB value is (194,159,17). Sum of RGB (Red+Green+Blue) = 194+159+17=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 159 (62.5% from 255 or 42.97% from 370); Blue value is 17 (7.03% from 255 or 4.59% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29F11 is #3D60EE. Grayscale: #999999. Windows color (decimal): -4022511 or 1155010. OLE color: 1155010.

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

Color convert

RGB 194 159 17 -
CMYK 0 0.18 0.91 0.24
HSL 48.14º 0.84% 0.41% -
HSV(B) 48.14º 0.91% 0.76% -
XYZ 34.75 36.31 5.71 -
YUV 153.28 51.1 157.05 -
System Red Green Blue C M Y K H S L
Decimal 194 159 17 0 0.18 0.91 0.24 48.14 0.84 0.41
Hex C2 9F 11 0 12 5B 18 30 54 29
Octal 302 237 21 0 22 133 30 60 124 51
Binary 11000010 10011111 10001 0 10010 1011011 11000 110000 1010100 101001

Color Harmonies of #C29F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29F11

Black with #C29F11

Text Example


Text Example

White with #C29F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29F11; }

 p { color: rgb(194,159,17); }

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

background-color css

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

 a { background-color: rgb(194,159,17); }

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

border-color css

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

 span { border-color: rgb(194,159,17); }

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