Html Css Color HEX #C29F00 Buddha Gold

📋 copy color: '#C29F00'

red 194 ◦ green 159 ◦ blue 0

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

Shades of Buddha Gold #C29F00

Tints of Buddha Gold #C29F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.96%
G = 45.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C29F00 (or 0xC29F00) is known color: Buddha Gold. HEX triplet: C2, 9F and 00. RGB value is (194,159,0). Sum of RGB (Red+Green+Blue) = 194+159+0=353 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.96% from 353); Green value is 159 (62.5% from 255 or 45.04% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29F00 is #3D60FF. Grayscale: #989898. Windows color (decimal): -4022528 or 40898. OLE color: 40898.

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

Color convert

RGB 194 159 0 -
CMYK 0 0.18 1 0.24
HSL 49.18º 1% 0.38% -
HSV(B) 49.18º 1% 0.76% -
XYZ 34.65 36.27 5.17 -
YUV 151.34 42.6 158.43 -
System Red Green Blue C M Y K H S L
Decimal 194 159 0 0 0.18 1 0.24 49.18 1 0.38
Hex C2 9F 0 0 12 64 18 31 64 26
Octal 302 237 0 0 22 144 30 61 144 46
Binary 11000010 10011111 0 0 10010 1100100 11000 110001 1100100 100110

Color Harmonies of #C29F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29F00

Black with #C29F00

Text Example


Text Example

White with #C29F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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