Html Css Color HEX #C29917 Buddha Gold

📋 copy color: '#C29917'

red 194 ◦ green 153 ◦ blue 23

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

Shades of Buddha Gold #C29917

Tints of Buddha Gold #C29917

RGB

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

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

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

R = 52.43%
G = 41.35%
B = 6.22%

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

#C29917 (or 0xC29917) is known color: Buddha Gold. HEX triplet: C2, 99 and 17. RGB value is (194,153,23). Sum of RGB (Red+Green+Blue) = 194+153+23=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 23 (9.38% from 255 or 6.22% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C29917 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29917 is #3D66E8. Grayscale: #979797. Windows color (decimal): -4024041 or 1546690. OLE color: 1546690.

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

Color convert

RGB 194 153 23 -
CMYK 0 0.21 0.88 0.24
HSL 45.61º 0.79% 0.43% -
HSV(B) 45.61º 0.88% 0.76% -
XYZ 33.79 34.31 5.65 -
YUV 150.44 56.08 159.07 -
System Red Green Blue C M Y K H S L
Decimal 194 153 23 0 0.21 0.88 0.24 45.61 0.79 0.43
Hex C2 99 17 0 15 58 18 2E 4F 2B
Octal 302 231 27 0 25 130 30 56 117 53
Binary 11000010 10011001 10111 0 10101 1011000 11000 101110 1001111 101011

Color Harmonies of #C29917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29917

Black with #C29917

Text Example


Text Example

White with #C29917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29917; }

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

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

background-color css

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

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

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

border-color css

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

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

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