Html Css Color HEX #C29818 Buddha Gold

📋 copy color: '#C29818'

red 194 ◦ green 152 ◦ blue 24

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

Shades of Buddha Gold #C29818

Tints of Buddha Gold #C29818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.49%

R = 52.43%
G = 41.08%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C29818 (or 0xC29818) is known color: Buddha Gold. HEX triplet: C2, 98 and 18. RGB value is (194,152,24). Sum of RGB (Red+Green+Blue) = 194+152+24=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 24 (9.77% from 255 or 6.49% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C29818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29818 is #3D67E7. Grayscale: #969696. Windows color (decimal): -4024296 or 1611970. OLE color: 1611970.

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

Color convert

RGB 194 152 24 -
CMYK 0 0.22 0.88 0.24
HSL 45.18º 0.78% 0.43% -
HSV(B) 45.18º 0.88% 0.76% -
XYZ 33.64 33.99 5.65 -
YUV 149.97 56.91 159.41 -
System Red Green Blue C M Y K H S L
Decimal 194 152 24 0 0.22 0.88 0.24 45.18 0.78 0.43
Hex C2 98 18 0 16 58 18 2D 4E 2B
Octal 302 230 30 0 26 130 30 55 116 53
Binary 11000010 10011000 11000 0 10110 1011000 11000 101101 1001110 101011

Color Harmonies of #C29818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29818

Black with #C29818

Text Example


Text Example

White with #C29818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29818; }

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

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

background-color css

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

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

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

border-color css

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

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

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