Html Css Color HEX #C29B16 Buddha Gold

📋 copy color: '#C29B16'

red 194 ◦ green 155 ◦ blue 22

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

Shades of Buddha Gold #C29B16

Tints of Buddha Gold #C29B16

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.78%

 BLUE value IS 22 (8.98% from 255) = 5.93%

R = 52.29%
G = 41.78%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C29B16 (or 0xC29B16) is known color: Buddha Gold. HEX triplet: C2, 9B and 16. RGB value is (194,155,22). Sum of RGB (Red+Green+Blue) = 194+155+22=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 22 (8.98% from 255 or 5.93% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29B16 is #3D64E9. Grayscale: #989898. Windows color (decimal): -4023530 or 1481666. OLE color: 1481666.

HSL color Cylindrical-coordinate representation of color #C29B16: hue angle of 46.4º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C29B16 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 155 22 -
CMYK 0 0.20 0.89 0.24
HSL 46.4º 0.8% 0.42% -
HSV(B) 46.4º 0.89% 0.76% -
XYZ 34.11 34.97 5.71 -
YUV 151.5 54.92 158.31 -
System Red Green Blue C M Y K H S L
Decimal 194 155 22 0 0.20 0.89 0.24 46.4 0.8 0.42
Hex C2 9B 16 0 14 59 18 2E 50 2A
Octal 302 233 26 0 24 131 30 56 120 52
Binary 11000010 10011011 10110 0 10100 1011001 11000 101110 1010000 101010

Color Harmonies of #C29B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29B16

Black with #C29B16

Text Example


Text Example

White with #C29B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29B16; }

 p { color: rgb(194,155,22); }

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

background-color css

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

 a { background-color: rgb(194,155,22); }

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

border-color css

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

 span { border-color: rgb(194,155,22); }

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