Html Css Color HEX #C29417 Buddha Gold

📋 copy color: '#C29417'

red 194 ◦ green 148 ◦ blue 23

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

Shades of Buddha Gold #C29417

Tints of Buddha Gold #C29417

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.55%

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

R = 53.15%
G = 40.55%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C29417 (or 0xC29417) is known color: Buddha Gold. HEX triplet: C2, 94 and 17. RGB value is (194,148,23). Sum of RGB (Red+Green+Blue) = 194+148+23=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 23 (9.38% from 255 or 6.30% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C29417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29417 is #3D6BE8. Grayscale: #949494. Windows color (decimal): -4025321 or 1545410. OLE color: 1545410.

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

Color convert

RGB 194 148 23 -
CMYK 0 0.24 0.88 0.24
HSL 43.86º 0.79% 0.43% -
HSV(B) 43.86º 0.88% 0.76% -
XYZ 32.99 32.71 5.39 -
YUV 147.5 57.74 161.16 -
System Red Green Blue C M Y K H S L
Decimal 194 148 23 0 0.24 0.88 0.24 43.86 0.79 0.43
Hex C2 94 17 0 18 58 18 2C 4F 2B
Octal 302 224 27 0 30 130 30 54 117 53
Binary 11000010 10010100 10111 0 11000 1011000 11000 101100 1001111 101011

Color Harmonies of #C29417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29417

Black with #C29417

Text Example


Text Example

White with #C29417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29417; }

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

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

background-color css

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

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

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

border-color css

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

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

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