Html Css Color HEX #C29A09 Buddha Gold

📋 copy color: '#C29A09'

red 194 ◦ green 154 ◦ blue 9

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

Shades of Buddha Gold #C29A09

Tints of Buddha Gold #C29A09

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.14%

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

R = 54.34%
G = 43.14%
B = 2.52%

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

#C29A09 (or 0xC29A09) is known color: Buddha Gold. HEX triplet: C2, 9A and 09. RGB value is (194,154,9). Sum of RGB (Red+Green+Blue) = 194+154+9=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 154 (60.55% from 255 or 43.14% from 357); Blue value is 9 (3.91% from 255 or 2.52% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29A09 is #3D65F6. Grayscale: #969696. Windows color (decimal): -4023799 or 629442. OLE color: 629442.

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

Color convert

RGB 194 154 9 -
CMYK 0 0.21 0.95 0.24
HSL 47.03º 0.91% 0.4% -
HSV(B) 47.03º 0.95% 0.76% -
XYZ 33.85 34.6 5.15 -
YUV 149.43 48.75 159.79 -
System Red Green Blue C M Y K H S L
Decimal 194 154 9 0 0.21 0.95 0.24 47.03 0.91 0.4
Hex C2 9A 9 0 15 5F 18 2F 5B 28
Octal 302 232 11 0 25 137 30 57 133 50
Binary 11000010 10011010 1001 0 10101 1011111 11000 101111 1011011 101000

Color Harmonies of #C29A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29A09

Black with #C29A09

Text Example


Text Example

White with #C29A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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