Html Css Color HEX #C29809 Buddha Gold

📋 copy color: '#C29809'

red 194 ◦ green 152 ◦ blue 9

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

Shades of Buddha Gold #C29809

Tints of Buddha Gold #C29809

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.82%

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

R = 54.65%
G = 42.82%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C29809 (or 0xC29809) is known color: Buddha Gold. HEX triplet: C2, 98 and 09. RGB value is (194,152,9). Sum of RGB (Red+Green+Blue) = 194+152+9=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 9 (3.91% from 255 or 2.54% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C29809 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29809 is #3D67F6. Grayscale: #949494. Windows color (decimal): -4024311 or 628930. OLE color: 628930.

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

Color convert

RGB 194 152 9 -
CMYK 0 0.22 0.95 0.24
HSL 46.38º 0.91% 0.4% -
HSV(B) 46.38º 0.95% 0.76% -
XYZ 33.53 33.95 5.04 -
YUV 148.26 49.41 160.63 -
System Red Green Blue C M Y K H S L
Decimal 194 152 9 0 0.22 0.95 0.24 46.38 0.91 0.4
Hex C2 98 9 0 16 5F 18 2E 5B 28
Octal 302 230 11 0 26 137 30 56 133 50
Binary 11000010 10011000 1001 0 10110 1011111 11000 101110 1011011 101000

Color Harmonies of #C29809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29809

Black with #C29809

Text Example


Text Example

White with #C29809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29809; }

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

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

background-color css

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

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

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

border-color css

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

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

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