Html Css Color HEX #C29708 Buddha Gold

📋 copy color: '#C29708'

red 194 ◦ green 151 ◦ blue 8

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

Shades of Buddha Gold #C29708

Tints of Buddha Gold #C29708

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.78%

 BLUE value IS 8 (3.52% from 255) = 2.27%

R = 54.96%
G = 42.78%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C29708 (or 0xC29708) is known color: Buddha Gold. HEX triplet: C2, 97 and 08. RGB value is (194,151,8). Sum of RGB (Red+Green+Blue) = 194+151+8=353 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.96% from 353); Green value is 151 (59.38% from 255 or 42.78% from 353); Blue value is 8 (3.52% from 255 or 2.27% from 353); Max value from RGB is 194 - color contains mainly: red. Hex color #C29708 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29708 is #3D68F7. Grayscale: #949494. Windows color (decimal): -4024568 or 563138. OLE color: 563138.

HSL color Cylindrical-coordinate representation of color #C29708: hue angle of 46.13º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C29708 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 151 8 -
CMYK 0 0.22 0.96 0.24
HSL 46.13º 0.92% 0.4% -
HSV(B) 46.13º 0.96% 0.76% -
XYZ 33.36 33.62 4.96 -
YUV 147.56 49.25 161.13 -
System Red Green Blue C M Y K H S L
Decimal 194 151 8 0 0.22 0.96 0.24 46.13 0.92 0.4
Hex C2 97 8 0 16 60 18 2E 5C 28
Octal 302 227 10 0 26 140 30 56 134 50
Binary 11000010 10010111 1000 0 10110 1100000 11000 101110 1011100 101000

Color Harmonies of #C29708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29708

Black with #C29708

Text Example


Text Example

White with #C29708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29708; }

 p { color: rgb(194,151,8); }

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

background-color css

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

 a { background-color: rgb(194,151,8); }

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

border-color css

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

 span { border-color: rgb(194,151,8); }

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