Html Css Color HEX #C29D1B Buddha Gold

📋 copy color: '#C29D1B'

red 194 ◦ green 157 ◦ blue 27

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

Shades of Buddha Gold #C29D1B

Tints of Buddha Gold #C29D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.14%

R = 51.32%
G = 41.53%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C29D1B (or 0xC29D1B) is known color: Buddha Gold. HEX triplet: C2, 9D and 1B. RGB value is (194,157,27). Sum of RGB (Red+Green+Blue) = 194+157+27=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 157 (61.72% from 255 or 41.53% from 378); Blue value is 27 (10.94% from 255 or 7.14% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29D1B is #3D62E4. Grayscale: #999999. Windows color (decimal): -4023013 or 1809858. OLE color: 1809858.

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

Color convert

RGB 194 157 27 -
CMYK 0 0.19 0.86 0.24
HSL 46.71º 0.76% 0.43% -
HSV(B) 46.71º 0.86% 0.76% -
XYZ 34.5 35.66 6.1 -
YUV 153.24 56.76 157.07 -
System Red Green Blue C M Y K H S L
Decimal 194 157 27 0 0.19 0.86 0.24 46.71 0.76 0.43
Hex C2 9D 1B 0 13 56 18 2F 4C 2B
Octal 302 235 33 0 23 126 30 57 114 53
Binary 11000010 10011101 11011 0 10011 1010110 11000 101111 1001100 101011

Color Harmonies of #C29D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29D1B

Black with #C29D1B

Text Example


Text Example

White with #C29D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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