Html Css Color HEX #C29F09 Buddha Gold

📋 copy color: '#C29F09'

red 194 ◦ green 159 ◦ blue 9

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

Shades of Buddha Gold #C29F09

Tints of Buddha Gold #C29F09

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.92%

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

R = 53.59%
G = 43.92%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C29F09 (or 0xC29F09) is known color: Buddha Gold. HEX triplet: C2, 9F and 09. RGB value is (194,159,9). Sum of RGB (Red+Green+Blue) = 194+159+9=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 159 (62.5% from 255 or 43.92% from 362); Blue value is 9 (3.91% from 255 or 2.49% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29F09 is #3D60F6. Grayscale: #999999. Windows color (decimal): -4022519 or 630722. OLE color: 630722.

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

Color convert

RGB 194 159 9 -
CMYK 0 0.18 0.95 0.24
HSL 48.65º 0.91% 0.4% -
HSV(B) 48.65º 0.95% 0.76% -
XYZ 34.7 36.29 5.43 -
YUV 152.37 47.1 157.7 -
System Red Green Blue C M Y K H S L
Decimal 194 159 9 0 0.18 0.95 0.24 48.65 0.91 0.4
Hex C2 9F 9 0 12 5F 18 31 5B 28
Octal 302 237 11 0 22 137 30 61 133 50
Binary 11000010 10011111 1001 0 10010 1011111 11000 110001 1011011 101000

Color Harmonies of #C29F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29F09

Black with #C29F09

Text Example


Text Example

White with #C29F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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