Html Css Color HEX #C29B17 Buddha Gold

📋 copy color: '#C29B17'

red 194 ◦ green 155 ◦ blue 23

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

Shades of Buddha Gold #C29B17

Tints of Buddha Gold #C29B17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.18%

R = 52.15%
G = 41.67%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C29B17 (or 0xC29B17) is known color: Buddha Gold. HEX triplet: C2, 9B and 17. RGB value is (194,155,23). Sum of RGB (Red+Green+Blue) = 194+155+23=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 155 (60.94% from 255 or 41.67% from 372); Blue value is 23 (9.38% from 255 or 6.18% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29B17 is #3D64E8. Grayscale: #989898. Windows color (decimal): -4023529 or 1547202. OLE color: 1547202.

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

Color convert

RGB 194 155 23 -
CMYK 0 0.20 0.88 0.24
HSL 46.32º 0.79% 0.43% -
HSV(B) 46.32º 0.88% 0.76% -
XYZ 34.12 34.97 5.76 -
YUV 151.61 55.42 158.23 -
System Red Green Blue C M Y K H S L
Decimal 194 155 23 0 0.20 0.88 0.24 46.32 0.79 0.43
Hex C2 9B 17 0 14 58 18 2E 4F 2B
Octal 302 233 27 0 24 130 30 56 117 53
Binary 11000010 10011011 10111 0 10100 1011000 11000 101110 1001111 101011

Color Harmonies of #C29B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29B17

Black with #C29B17

Text Example


Text Example

White with #C29B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29B17; }

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

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

background-color css

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

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

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

border-color css

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

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

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