Html Css Color HEX #C29918 Buddha Gold

📋 copy color: '#C29918'

red 194 ◦ green 153 ◦ blue 24

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

Shades of Buddha Gold #C29918

Tints of Buddha Gold #C29918

RGB

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

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

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

R = 52.29%
G = 41.24%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C29918 (or 0xC29918) is known color: Buddha Gold. HEX triplet: C2, 99 and 18. RGB value is (194,153,24). Sum of RGB (Red+Green+Blue) = 194+153+24=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 24 (9.77% from 255 or 6.47% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C29918 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29918 is #3D66E7. Grayscale: #979797. Windows color (decimal): -4024040 or 1612226. OLE color: 1612226.

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

Color convert

RGB 194 153 24 -
CMYK 0 0.21 0.88 0.24
HSL 45.53º 0.78% 0.43% -
HSV(B) 45.53º 0.88% 0.76% -
XYZ 33.8 34.32 5.71 -
YUV 150.55 56.58 158.99 -
System Red Green Blue C M Y K H S L
Decimal 194 153 24 0 0.21 0.88 0.24 45.53 0.78 0.43
Hex C2 99 18 0 15 58 18 2E 4E 2B
Octal 302 231 30 0 25 130 30 56 116 53
Binary 11000010 10011001 11000 0 10101 1011000 11000 101110 1001110 101011

Color Harmonies of #C29918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29918

Black with #C29918

Text Example


Text Example

White with #C29918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29918; }

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

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

background-color css

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

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

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

border-color css

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

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

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