Html Css Color HEX #C29517 Buddha Gold

📋 copy color: '#C29517'

red 194 ◦ green 149 ◦ blue 23

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

Shades of Buddha Gold #C29517

Tints of Buddha Gold #C29517

RGB

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

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

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

R = 53.01%
G = 40.71%
B = 6.28%

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

#C29517 (or 0xC29517) is known color: Buddha Gold. HEX triplet: C2, 95 and 17. RGB value is (194,149,23). Sum of RGB (Red+Green+Blue) = 194+149+23=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 23 (9.38% from 255 or 6.28% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C29517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29517 is #3D6AE8. Grayscale: #949494. Windows color (decimal): -4025065 or 1545666. OLE color: 1545666.

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

Color convert

RGB 194 149 23 -
CMYK 0 0.23 0.88 0.24
HSL 44.21º 0.79% 0.43% -
HSV(B) 44.21º 0.88% 0.76% -
XYZ 33.15 33.03 5.44 -
YUV 148.09 57.41 160.75 -
System Red Green Blue C M Y K H S L
Decimal 194 149 23 0 0.23 0.88 0.24 44.21 0.79 0.43
Hex C2 95 17 0 17 58 18 2C 4F 2B
Octal 302 225 27 0 27 130 30 54 117 53
Binary 11000010 10010101 10111 0 10111 1011000 11000 101100 1001111 101011

Color Harmonies of #C29517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29517

Black with #C29517

Text Example


Text Example

White with #C29517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29517; }

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

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

background-color css

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

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

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

border-color css

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

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

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