Html Css Color HEX #C29515 Buddha Gold

📋 copy color: '#C29515'

red 194 ◦ green 149 ◦ blue 21

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

Shades of Buddha Gold #C29515

Tints of Buddha Gold #C29515

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.93%

 BLUE value IS 21 (8.59% from 255) = 5.77%

R = 53.3%
G = 40.93%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C29515 (or 0xC29515) is known color: Buddha Gold. HEX triplet: C2, 95 and 15. RGB value is (194,149,21). Sum of RGB (Red+Green+Blue) = 194+149+21=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 21 (8.59% from 255 or 5.77% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C29515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29515 is #3D6AEA. Grayscale: #949494. Windows color (decimal): -4025067 or 1414594. OLE color: 1414594.

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

Color convert

RGB 194 149 21 -
CMYK 0 0.23 0.89 0.24
HSL 44.39º 0.8% 0.42% -
HSV(B) 44.39º 0.89% 0.76% -
XYZ 33.13 33.02 5.34 -
YUV 147.86 56.41 160.91 -
System Red Green Blue C M Y K H S L
Decimal 194 149 21 0 0.23 0.89 0.24 44.39 0.8 0.42
Hex C2 95 15 0 17 59 18 2C 50 2A
Octal 302 225 25 0 27 131 30 54 120 52
Binary 11000010 10010101 10101 0 10111 1011001 11000 101100 1010000 101010

Color Harmonies of #C29515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29515

Black with #C29515

Text Example


Text Example

White with #C29515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29515; }

 p { color: rgb(194,149,21); }

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

background-color css

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

 a { background-color: rgb(194,149,21); }

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

border-color css

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

 span { border-color: rgb(194,149,21); }

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