Html Css Color HEX #C29E05 Buddha Gold

📋 copy color: '#C29E05'

red 194 ◦ green 158 ◦ blue 5

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

Shades of Buddha Gold #C29E05

Tints of Buddha Gold #C29E05

RGB

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

 GREEN value IS 158 (62.11% from 255) = 44.26%

 BLUE value IS 5 (2.34% from 255) = 1.4%

R = 54.34%
G = 44.26%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C29E05 (or 0xC29E05) is known color: Buddha Gold. HEX triplet: C2, 9E and 05. RGB value is (194,158,5). Sum of RGB (Red+Green+Blue) = 194+158+5=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 158 (62.11% from 255 or 44.26% from 357); Blue value is 5 (2.34% from 255 or 1.40% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29E05 is #3D61FA. Grayscale: #979797. Windows color (decimal): -4022779 or 368322. OLE color: 368322.

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

Color convert

RGB 194 158 5 -
CMYK 0 0.19 0.97 0.24
HSL 48.57º 0.95% 0.39% -
HSV(B) 48.57º 0.97% 0.76% -
XYZ 34.5 35.93 5.26 -
YUV 151.32 45.43 158.44 -
System Red Green Blue C M Y K H S L
Decimal 194 158 5 0 0.19 0.97 0.24 48.57 0.95 0.39
Hex C2 9E 5 0 13 61 18 31 5F 27
Octal 302 236 5 0 23 141 30 61 137 47
Binary 11000010 10011110 101 0 10011 1100001 11000 110001 1011111 100111

Color Harmonies of #C29E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29E05

Black with #C29E05

Text Example


Text Example

White with #C29E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29E05; }

 p { color: rgb(194,158,5); }

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

background-color css

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

 a { background-color: rgb(194,158,5); }

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

border-color css

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

 span { border-color: rgb(194,158,5); }

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