Html Css Color HEX #C29822 Buddha Gold

📋 copy color: '#C29822'

red 194 ◦ green 152 ◦ blue 34

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

Shades of Buddha Gold #C29822

Tints of Buddha Gold #C29822

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40%

 BLUE value IS 34 (13.67% from 255) = 8.95%

R = 51.05%
G = 40%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C29822 (or 0xC29822) is known color: Buddha Gold. HEX triplet: C2, 98 and 22. RGB value is (194,152,34). Sum of RGB (Red+Green+Blue) = 194+152+34=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 34 (13.67% from 255 or 8.95% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C29822 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29822 is #3D67DD. Grayscale: #979797. Windows color (decimal): -4024286 or 2267330. OLE color: 2267330.

HSL color Cylindrical-coordinate representation of color #C29822: hue angle of 44.25º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C29822 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 152 34 -
CMYK 0 0.22 0.82 0.24
HSL 44.25º 0.7% 0.45% -
HSV(B) 44.25º 0.82% 0.76% -
XYZ 33.77 34.04 6.3 -
YUV 151.11 61.91 158.59 -
System Red Green Blue C M Y K H S L
Decimal 194 152 34 0 0.22 0.82 0.24 44.25 0.7 0.45
Hex C2 98 22 0 16 52 18 2C 46 2D
Octal 302 230 42 0 26 122 30 54 106 55
Binary 11000010 10011000 100010 0 10110 1010010 11000 101100 1000110 101101

Color Harmonies of #C29822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29822

Black with #C29822

Text Example


Text Example

White with #C29822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29822; }

 p { color: rgb(194,152,34); }

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

background-color css

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

 a { background-color: rgb(194,152,34); }

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

border-color css

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

 span { border-color: rgb(194,152,34); }

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