Html Css Color HEX #C39E24 Buddha Gold

📋 copy color: '#C39E24'

red 195 ◦ green 158 ◦ blue 36

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

Shades of Buddha Gold #C39E24

Tints of Buddha Gold #C39E24

RGB

 RED value IS 195 (76.56% from 255) = 50.13%

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

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

R = 50.13%
G = 40.62%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C39E24 (or 0xC39E24) is known color: Buddha Gold. HEX triplet: C3, 9E and 24. RGB value is (195,158,36). Sum of RGB (Red+Green+Blue) = 195+158+36=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 158 (62.11% from 255 or 40.62% from 389); Blue value is 36 (14.45% from 255 or 9.25% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C39E24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39E24 is #3C61DB. Grayscale: #9B9B9B. Windows color (decimal): -3957212 or 2399939. OLE color: 2399939.

HSL color Cylindrical-coordinate representation of color #C39E24: hue angle of 46.04º degrees, saturation: 0.69, 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 #C39E24 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 158 36 -
CMYK 0 0.19 0.82 0.24
HSL 46.04º 0.69% 0.45% -
HSV(B) 46.04º 0.82% 0.76% -
XYZ 35.05 36.18 6.81 -
YUV 155.16 60.76 156.42 -
System Red Green Blue C M Y K H S L
Decimal 195 158 36 0 0.19 0.82 0.24 46.04 0.69 0.45
Hex C3 9E 24 0 13 52 18 2E 45 2D
Octal 303 236 44 0 23 122 30 56 105 55
Binary 11000011 10011110 100100 0 10011 1010010 11000 101110 1000101 101101

Color Harmonies of #C39E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39E24

Black with #C39E24

Text Example


Text Example

White with #C39E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39E24; }

 p { color: rgb(195,158,36); }

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

background-color css

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

 a { background-color: rgb(195,158,36); }

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

border-color css

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

 span { border-color: rgb(195,158,36); }

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