Html Css Color HEX #C29906 Buddha Gold

📋 copy color: '#C29906'

red 194 ◦ green 153 ◦ blue 6

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

Shades of Buddha Gold #C29906

Tints of Buddha Gold #C29906

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.7%

R = 54.96%
G = 43.34%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C29906 (or 0xC29906) is known color: Buddha Gold. HEX triplet: C2, 99 and 06. RGB value is (194,153,6). Sum of RGB (Red+Green+Blue) = 194+153+6=353 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.96% from 353); Green value is 153 (60.16% from 255 or 43.34% from 353); Blue value is 6 (2.73% from 255 or 1.70% from 353); Max value from RGB is 194 - color contains mainly: red. Hex color #C29906 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29906 is #3D66F9. Grayscale: #959595. Windows color (decimal): -4024058 or 432578. OLE color: 432578.

HSL color Cylindrical-coordinate representation of color #C29906: hue angle of 46.91º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C29906 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 153 6 -
CMYK 0 0.21 0.97 0.24
HSL 46.91º 0.94% 0.39% -
HSV(B) 46.91º 0.97% 0.76% -
XYZ 33.67 34.26 5.01 -
YUV 148.5 47.58 160.45 -
System Red Green Blue C M Y K H S L
Decimal 194 153 6 0 0.21 0.97 0.24 46.91 0.94 0.39
Hex C2 99 6 0 15 61 18 2F 5E 27
Octal 302 231 6 0 25 141 30 57 136 47
Binary 11000010 10011001 110 0 10101 1100001 11000 101111 1011110 100111

Color Harmonies of #C29906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29906

Black with #C29906

Text Example


Text Example

White with #C29906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29906; }

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

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

background-color css

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

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

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

border-color css

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

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

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