Html Css Color HEX #C39E00 Buddha Gold

📋 copy color: '#C39E00'

red 195 ◦ green 158 ◦ blue 0

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

Shades of Buddha Gold #C39E00

Tints of Buddha Gold #C39E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.24%
G = 44.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C39E00 (or 0xC39E00) is known color: Buddha Gold. HEX triplet: C3, 9E and 00. RGB value is (195,158,0). Sum of RGB (Red+Green+Blue) = 195+158+0=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 158 (62.11% from 255 or 44.76% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C39E00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39E00 is #3C61FF. Grayscale: #979797. Windows color (decimal): -3957248 or 40643. OLE color: 40643.

HSL color Cylindrical-coordinate representation of color #C39E00: hue angle of 48.62º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C39E00 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 158 0 -
CMYK 0 0.19 1 0.24
HSL 48.62º 1% 0.38% -
HSV(B) 48.62º 1% 0.76% -
XYZ 34.73 36.06 5.13 -
YUV 151.05 42.76 159.35 -
System Red Green Blue C M Y K H S L
Decimal 195 158 0 0 0.19 1 0.24 48.62 1 0.38
Hex C3 9E 0 0 13 64 18 31 64 26
Octal 303 236 0 0 23 144 30 61 144 46
Binary 11000011 10011110 0 0 10011 1100100 11000 110001 1100100 100110

Color Harmonies of #C39E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39E00

Black with #C39E00

Text Example


Text Example

White with #C39E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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