Html Css Color HEX #C29909 Buddha Gold

📋 copy color: '#C29909'

red 194 ◦ green 153 ◦ blue 9

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

Shades of Buddha Gold #C29909

Tints of Buddha Gold #C29909

RGB

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

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

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

R = 54.49%
G = 42.98%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C29909 (or 0xC29909) is known color: Buddha Gold. HEX triplet: C2, 99 and 09. RGB value is (194,153,9). Sum of RGB (Red+Green+Blue) = 194+153+9=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 9 (3.91% from 255 or 2.53% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C29909 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29909 is #3D66F6. Grayscale: #959595. Windows color (decimal): -4024055 or 629186. OLE color: 629186.

HSL color Cylindrical-coordinate representation of color #C29909: hue angle of 46.7º 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 #C29909 is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 153 9 -
CMYK 0 0.21 0.95 0.24
HSL 46.7º 0.91% 0.4% -
HSV(B) 46.7º 0.95% 0.76% -
XYZ 33.69 34.27 5.1 -
YUV 148.84 49.08 160.21 -
System Red Green Blue C M Y K H S L
Decimal 194 153 9 0 0.21 0.95 0.24 46.7 0.91 0.4
Hex C2 99 9 0 15 5F 18 2F 5B 28
Octal 302 231 11 0 25 137 30 57 133 50
Binary 11000010 10011001 1001 0 10101 1011111 11000 101111 1011011 101000

Color Harmonies of #C29909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29909

Black with #C29909

Text Example


Text Example

White with #C29909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29909; }

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

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

background-color css

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

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

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

border-color css

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

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

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