Html Css Color HEX #C29C09 Buddha Gold

📋 copy color: '#C29C09'

red 194 ◦ green 156 ◦ blue 9

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

Shades of Buddha Gold #C29C09

Tints of Buddha Gold #C29C09

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.45%

 BLUE value IS 9 (3.91% from 255) = 2.51%

R = 54.04%
G = 43.45%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C29C09 (or 0xC29C09) is known color: Buddha Gold. HEX triplet: C2, 9C and 09. RGB value is (194,156,9). Sum of RGB (Red+Green+Blue) = 194+156+9=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 156 (61.33% from 255 or 43.45% from 359); Blue value is 9 (3.91% from 255 or 2.51% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29C09 is #3D63F6. Grayscale: #979797. Windows color (decimal): -4023287 or 629954. OLE color: 629954.

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

Color convert

RGB 194 156 9 -
CMYK 0 0.20 0.95 0.24
HSL 47.68º 0.91% 0.4% -
HSV(B) 47.68º 0.95% 0.76% -
XYZ 34.19 35.27 5.26 -
YUV 150.6 48.09 158.95 -
System Red Green Blue C M Y K H S L
Decimal 194 156 9 0 0.20 0.95 0.24 47.68 0.91 0.4
Hex C2 9C 9 0 14 5F 18 30 5B 28
Octal 302 234 11 0 24 137 30 60 133 50
Binary 11000010 10011100 1001 0 10100 1011111 11000 110000 1011011 101000

Color Harmonies of #C29C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29C09

Black with #C29C09

Text Example


Text Example

White with #C29C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29C09; }

 p { color: rgb(194,156,9); }

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

background-color css

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

 a { background-color: rgb(194,156,9); }

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

border-color css

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

 span { border-color: rgb(194,156,9); }

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