Html Css Color HEX #C29D1D Buddha Gold

📋 copy color: '#C29D1D'

red 194 ◦ green 157 ◦ blue 29

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

Shades of Buddha Gold #C29D1D

Tints of Buddha Gold #C29D1D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.32%

 BLUE value IS 29 (11.72% from 255) = 7.63%

R = 51.05%
G = 41.32%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C29D1D (or 0xC29D1D) is known color: Buddha Gold. HEX triplet: C2, 9D and 1D. RGB value is (194,157,29). Sum of RGB (Red+Green+Blue) = 194+157+29=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 29 (11.72% from 255 or 7.63% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29D1D is #3D62E2. Grayscale: #9A9A9A. Windows color (decimal): -4023011 or 1940930. OLE color: 1940930.

HSL color Cylindrical-coordinate representation of color #C29D1D: hue angle of 46.55º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C29D1D is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 157 29 -
CMYK 0 0.19 0.85 0.24
HSL 46.55º 0.74% 0.44% -
HSV(B) 46.55º 0.85% 0.76% -
XYZ 34.53 35.67 6.23 -
YUV 153.47 57.76 156.91 -
System Red Green Blue C M Y K H S L
Decimal 194 157 29 0 0.19 0.85 0.24 46.55 0.74 0.44
Hex C2 9D 1D 0 13 55 18 2F 4A 2C
Octal 302 235 35 0 23 125 30 57 112 54
Binary 11000010 10011101 11101 0 10011 1010101 11000 101111 1001010 101100

Color Harmonies of #C29D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29D1D

Black with #C29D1D

Text Example


Text Example

White with #C29D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29D1D; }

 p { color: rgb(194,157,29); }

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

background-color css

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

 a { background-color: rgb(194,157,29); }

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

border-color css

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

 span { border-color: rgb(194,157,29); }

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