Html Css Color HEX #C29618 Buddha Gold

📋 copy color: '#C29618'

red 194 ◦ green 150 ◦ blue 24

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

Shades of Buddha Gold #C29618

Tints of Buddha Gold #C29618

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.76%

 BLUE value IS 24 (9.77% from 255) = 6.52%

R = 52.72%
G = 40.76%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C29618 (or 0xC29618) is known color: Buddha Gold. HEX triplet: C2, 96 and 18. RGB value is (194,150,24). Sum of RGB (Red+Green+Blue) = 194+150+24=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 150 (58.98% from 255 or 40.76% from 368); Blue value is 24 (9.77% from 255 or 6.52% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C29618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29618 is #3D69E7. Grayscale: #959595. Windows color (decimal): -4024808 or 1611458. OLE color: 1611458.

HSL color Cylindrical-coordinate representation of color #C29618: hue angle of 44.47º degrees, saturation: 0.78, 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 #C29618 is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 150 24 -
CMYK 0 0.23 0.88 0.24
HSL 44.47º 0.78% 0.43% -
HSV(B) 44.47º 0.88% 0.76% -
XYZ 33.32 33.35 5.54 -
YUV 148.79 57.58 160.25 -
System Red Green Blue C M Y K H S L
Decimal 194 150 24 0 0.23 0.88 0.24 44.47 0.78 0.43
Hex C2 96 18 0 17 58 18 2C 4E 2B
Octal 302 226 30 0 27 130 30 54 116 53
Binary 11000010 10010110 11000 0 10111 1011000 11000 101100 1001110 101011

Color Harmonies of #C29618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29618

Black with #C29618

Text Example


Text Example

White with #C29618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29618; }

 p { color: rgb(194,150,24); }

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

background-color css

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

 a { background-color: rgb(194,150,24); }

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

border-color css

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

 span { border-color: rgb(194,150,24); }

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