Html Css Color HEX #C29E09 Buddha Gold

📋 copy color: '#C29E09'

red 194 ◦ green 158 ◦ blue 9

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

Shades of Buddha Gold #C29E09

Tints of Buddha Gold #C29E09

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.77%

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

R = 53.74%
G = 43.77%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C29E09 (or 0xC29E09) is known color: Buddha Gold. HEX triplet: C2, 9E and 09. RGB value is (194,158,9). Sum of RGB (Red+Green+Blue) = 194+158+9=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 9 (3.91% from 255 or 2.49% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29E09 is #3D61F6. Grayscale: #989898. Windows color (decimal): -4022775 or 630466. OLE color: 630466.

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

Color convert

RGB 194 158 9 -
CMYK 0 0.19 0.95 0.24
HSL 48.32º 0.91% 0.4% -
HSV(B) 48.32º 0.95% 0.76% -
XYZ 34.52 35.94 5.38 -
YUV 151.78 47.43 158.12 -
System Red Green Blue C M Y K H S L
Decimal 194 158 9 0 0.19 0.95 0.24 48.32 0.91 0.4
Hex C2 9E 9 0 13 5F 18 30 5B 28
Octal 302 236 11 0 23 137 30 60 133 50
Binary 11000010 10011110 1001 0 10011 1011111 11000 110000 1011011 101000

Color Harmonies of #C29E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29E09

Black with #C29E09

Text Example


Text Example

White with #C29E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29E09; }

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

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

background-color css

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

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

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

border-color css

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

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

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