Html Css Color HEX #C29821 Buddha Gold

📋 copy color: '#C29821'

red 194 ◦ green 152 ◦ blue 33

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

Shades of Buddha Gold #C29821

Tints of Buddha Gold #C29821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.71%

R = 51.19%
G = 40.11%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C29821 (or 0xC29821) is known color: Buddha Gold. HEX triplet: C2, 98 and 21. RGB value is (194,152,33). Sum of RGB (Red+Green+Blue) = 194+152+33=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 33 (13.28% from 255 or 8.71% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C29821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29821 is #3D67DE. Grayscale: #979797. Windows color (decimal): -4024287 or 2201794. OLE color: 2201794.

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

Color convert

RGB 194 152 33 -
CMYK 0 0.22 0.83 0.24
HSL 44.35º 0.71% 0.45% -
HSV(B) 44.35º 0.83% 0.76% -
XYZ 33.75 34.04 6.23 -
YUV 150.99 61.41 158.68 -
System Red Green Blue C M Y K H S L
Decimal 194 152 33 0 0.22 0.83 0.24 44.35 0.71 0.45
Hex C2 98 21 0 16 53 18 2C 47 2D
Octal 302 230 41 0 26 123 30 54 107 55
Binary 11000010 10011000 100001 0 10110 1010011 11000 101100 1000111 101101

Color Harmonies of #C29821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29821

Black with #C29821

Text Example


Text Example

White with #C29821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29821; }

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

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

background-color css

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

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

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

border-color css

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

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

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