Html Css Color HEX #C4A024 Buddha Gold

📋 copy color: '#C4A024'

red 196 ◦ green 160 ◦ blue 36

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

Shades of Buddha Gold #C4A024

Tints of Buddha Gold #C4A024

RGB

 RED value IS 196 (76.95% from 255) = 50%

 GREEN value IS 160 (62.89% from 255) = 40.82%

 BLUE value IS 36 (14.45% from 255) = 9.18%

R = 50%
G = 40.82%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C4A024 (or 0xC4A024) is known color: Buddha Gold. HEX triplet: C4, A0 and 24. RGB value is (196,160,36). Sum of RGB (Red+Green+Blue) = 196+160+36=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 160 (62.89% from 255 or 40.82% from 392); Blue value is 36 (14.45% from 255 or 9.18% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A024 is #3B5FDB. Grayscale: #9D9D9D. Windows color (decimal): -3891164 or 2400452. OLE color: 2400452.

HSL color Cylindrical-coordinate representation of color #C4A024: hue angle of 46.5º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C4A024 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 160 36 -
CMYK 0 0.18 0.82 0.23
HSL 46.5º 0.69% 0.45% -
HSV(B) 46.5º 0.82% 0.77% -
XYZ 35.65 37 6.93 -
YUV 156.63 59.93 156.08 -
System Red Green Blue C M Y K H S L
Decimal 196 160 36 0 0.18 0.82 0.23 46.5 0.69 0.45
Hex C4 A0 24 0 12 52 17 2E 45 2D
Octal 304 240 44 0 22 122 27 56 105 55
Binary 11000100 10100000 100100 0 10010 1010010 10111 101110 1000101 101101

Color Harmonies of #C4A024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A024

Black with #C4A024

Text Example


Text Example

White with #C4A024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A024; }

 p { color: rgb(196,160,36); }

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

background-color css

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

 a { background-color: rgb(196,160,36); }

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

border-color css

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

 span { border-color: rgb(196,160,36); }

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